public void Put(
Type clz,
StructInfo si
)
Public Sub Put (
clz As Type,
si As StructInfo
)
Dim instance As StructInfoCache
Dim clz As Type
Dim si As StructInfo
instance.Put(clz, si)
public:
void Put(
Type^ clz,
StructInfo^ si
)
member Put :
clz : Type *
si : StructInfo -> unit