StructInfoCachePut Method

Put StructInfo into cache.

Definition

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0
C#
public void Put(
	Type clz,
	StructInfo si
)

Parameters

clz  Type
Class we have StructInfo for.
si  StructInfo
StructInfo.

See Also