Example #1
0
 public static RuntimeTypeInfo GetByRefType(this RuntimeTypeInfo targetType)
 {
     return(RuntimeByRefTypeInfo.GetByRefTypeInfo(targetType));
 }
Example #2
0
 public static RuntimeTypeInfo GetByRefType(this RuntimeTypeInfo targetType, RuntimeTypeHandle precomputedTypeHandle)
 {
     return(RuntimeByRefTypeInfo.GetByRefTypeInfo(targetType, precomputedTypeHandle));
 }