internal Type[] GetConstraints() { Type[] o = (Type[])null; RuntimeTypeHandle.GetConstraints(this.GetNativeHandle(), JitHelpers.GetObjectHandleOnStack <Type[]>(ref o)); return(o); }
internal Type[] GetConstraints() { Type[] result = null; RuntimeTypeHandle.GetConstraints(this.GetNativeHandle(), JitHelpers.GetObjectHandleOnStack <Type[]>(ref result)); return(result); }