MakePointer() private method

private MakePointer ( ) : RuntimeTypeHandle
return RuntimeTypeHandle
Exemplo n.º 1
0
        internal RuntimeType MakePointer()
        {
            RuntimeType o = (RuntimeType)null;

            RuntimeTypeHandle.MakePointer(this.GetNativeHandle(), JitHelpers.GetObjectHandleOnStack <RuntimeType>(ref o));
            return(o);
        }
        internal RuntimeType MakePointer()
        {
            RuntimeType result = null;

            RuntimeTypeHandle.MakePointer(this.GetNativeHandle(), JitHelpers.GetObjectHandleOnStack <RuntimeType>(ref result));
            return(result);
        }