Esempio n. 1
0
 public static RuntimeTypeInfo GetPointerType(this RuntimeTypeInfo targetType)
 {
     return(RuntimePointerTypeInfo.GetPointerTypeInfo(targetType));
 }
Esempio n. 2
0
 public static RuntimeTypeInfo GetPointerType(this RuntimeTypeInfo targetType, RuntimeTypeHandle precomputedTypeHandle)
 {
     return(RuntimePointerTypeInfo.GetPointerTypeInfo(targetType, precomputedTypeHandle));
 }