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