GetConstraints() 개인적인 메소드

private GetConstraints ( ) : System.RuntimeTypeHandle[]
리턴 System.RuntimeTypeHandle[]
예제 #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);
 }