StructInfoCacheGet Method

Get StructInfo from cache.

Definition

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
C#
public StructInfo Get(
	Type clz
)

Parameters

clz  Type
Class we want StructInfo for.

Return Value

StructInfo
StructInfo.

See Also