GetConstraints() private method

private GetConstraints ( ) : System.RuntimeTypeHandle[]
return System.RuntimeTypeHandle[]
Exemplo n.º 1
0
 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);
 }