StructReaderReadT(T, LengthProvider) Method

Read.

Definition

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
C#
public void Read<T>(
	T o,
	LengthProvider lenpvd
)
where T : class, new()

Parameters

o  T
Object to read into.
lenpvd  LengthProvider
Supplies length for fields where it is not given.

Type Parameters

T
Type of what to read.

Exceptions

RecordExceptionIf impossible to convert between types in class and struct.

See Also