Exemple #1
0
 public static int TypeDictOffset(IntPtr type)
 {
     return(ManagedDataOffsets.DictOffset(type));
 }
Exemple #2
0
 public static int magic(IntPtr type)
 {
     return(ManagedDataOffsets.DataOffset(type));
 }