Put Method

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
Put StructInfo into cache.

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Put(
	Type clz,
	StructInfo si
)
Public Sub Put ( _
	clz As Type, _
	si As StructInfo _
)
public:
void Put(
	Type^ clz, 
	StructInfo^ si
)

Parameters

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

See Also