StructReaderReadT(T) Method

Read.

Definition

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

Parameters

o  T
Object to read into.

Type Parameters

T
Type of what to read.

Exceptions

RecordExceptionIf impossible to convert between types in class and struct.

See Also