Get Method

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
Get StructInfo from cache.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public StructInfo Get(
	Type clz
)
Public Function Get ( _
	clz As Type _
) As StructInfo
public:
StructInfo^ Get(
	Type^ clz
)

Parameters

clz
Type
Class we want StructInfo for.

Return Value

StructInfo.

See Also