StructReaderStreamReadT(Type) Method
Read.
Namespace: Vajhoej.RecordAssembly: Record (in Record.dll) Version: 0.0.0.0
public T Read<T>(
Type t
)
where T : class, new()
Public Function Read(Of T As {Class, New}) (
t As Type
) As T
Dim instance As StructReaderStream
Dim t As Type
Dim returnValue As T
returnValue = instance.Read(t)
public:
generic<typename T>
where T : ref class, gcnew()
T Read(
Type^ t
)
member Read :
t : Type -> 'T when 'T : not struct, new()
- t Type
- Type of what to read.
- T
- Type of what to read.
TObject read.