StructReaderReadT(Type) Method

Read.

Definition

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

Parameters

t  Type
Type of what to read.

Type Parameters

T
Type of what to read.

Return Value

T
Object read.

Exceptions

RecordExceptionIf impossible to convert between types in class and struct.

See Also