public static RuntimeTypeInfo GetByRefType(this RuntimeTypeInfo targetType) { return(RuntimeByRefTypeInfo.GetByRefTypeInfo(targetType)); }
public static RuntimeTypeInfo GetByRefType(this RuntimeTypeInfo targetType, RuntimeTypeHandle precomputedTypeHandle) { return(RuntimeByRefTypeInfo.GetByRefTypeInfo(targetType, precomputedTypeHandle)); }