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