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