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