Example #1
0
 public IntVector(IntVector other) : this(cAudioCSharpWrapperPINVOKE.new_IntVector__SWIG_1(IntVector.getCPtr(other)), true)
 {
     if (cAudioCSharpWrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw cAudioCSharpWrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 internal static HandleRef getCPtr(IntVector obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }