public Type GetType()
 {
     return(RuntimeTypeUnifier.GetRuntimeTypeForEEType(EETypePtr));
 }
Esempio n. 2
0
 public static Type GetTypeFromHandle(RuntimeTypeHandle handle) => RuntimeTypeUnifier.GetTypeForRuntimeTypeHandle(handle);