




























![]() ![]() ![]() ![]() ![]() |
A Sandcastle Documented Class Library |
StructReader..::Read<(Of <(<'T>)>)> Method (Type, LengthProvider) |
Read.
Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
Syntax
C# | Visual Basic | Visual C++ |
public T Read<T>( Type t, LengthProvider lenpvd ) where T : class, new()
Public Function Read(Of T As {Class, New}) ( _ t As Type, _ lenpvd As LengthProvider _ ) As T
public: generic<typename T> where T : ref class, gcnew() T Read( Type^ t, LengthProvider^ lenpvd )
Parameters
- t
- Type
Type of what to read.
- lenpvd
- LengthProvider
Supplies length for fields where it is not given.
Type Parameters
- T
- Type of what to read.
Return Value
Object read.
Exceptions
Exception | Condition |
---|---|
Vajhoej.Record..::..RecordException | If impossible to convert between types in class and struct. |