public StructInfo Get(
Type clz
)
Public Function Get (
clz As Type
) As StructInfo
Dim instance As StructInfoCache
Dim clz As Type
Dim returnValue As StructInfo
returnValue = instance.Get(clz)
public:
StructInfo^ Get(
Type^ clz
)
member Get :
clz : Type -> StructInfo