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