public void SetRange(int index, NodeDiscoveries values) { msclPINVOKE.NodeDiscoveries_SetRange(swigCPtr, index, NodeDiscoveries.getCPtr(values)); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public NodeDiscoveries(NodeDiscoveries other) : this(msclPINVOKE.new_NodeDiscoveries__SWIG_1(NodeDiscoveries.getCPtr(other)), true) { if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }