示例#1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(Mexico obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#2
0
文件: Mexico.cs 项目: minikie/test
 public Mexico(Mexico.Market m) : this(NQuantLibcPINVOKE.new_Mexico__SWIG_0((int)m), true) {
   if (NQuantLibcPINVOKE.SWIGPendingException.Pending) throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
 }
示例#3
0
 public static int GetMarketId(this Mexico value)
 {
     return((int)value);
 }
示例#4
0
文件: Mexico.cs 项目: minikie/test
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(Mexico obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }