예제 #1
0
 public void SetRange(int index, PhasorReferenceCollection values)
 {
     CommonPINVOKE.PhasorReferenceCollection_SetRange(swigCPtr, index, PhasorReferenceCollection.getCPtr(values));
     if (CommonPINVOKE.SWIGPendingException.Pending)
     {
         throw CommonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #2
0
 public PhasorReferenceCollection(PhasorReferenceCollection other) : this(CommonPINVOKE.new_PhasorReferenceCollection__SWIG_1(PhasorReferenceCollection.getCPtr(other)), true)
 {
     if (CommonPINVOKE.SWIGPendingException.Pending)
     {
         throw CommonPINVOKE.SWIGPendingException.Retrieve();
     }
 }