public static RuntimeTypeInfo GetPointerType(this RuntimeTypeInfo targetType) { return(RuntimePointerTypeInfo.GetPointerTypeInfo(targetType)); }
public static RuntimeTypeInfo GetPointerType(this RuntimeTypeInfo targetType, RuntimeTypeHandle precomputedTypeHandle) { return(RuntimePointerTypeInfo.GetPointerTypeInfo(targetType, precomputedTypeHandle)); }