MakeByRef() private method

private MakeByRef ( ) : RuntimeTypeHandle
return RuntimeTypeHandle
Example #1
0
        internal RuntimeType MakeByRef()
        {
            RuntimeType o = (RuntimeType)null;

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

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