Esempio n. 1
0
 public void SetRange(int index, CharList values)
 {
     solar_corePINVOKE.CharList_SetRange(swigCPtr, index, CharList.getCPtr(values));
     if (solar_corePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_corePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public static void add_sink_file(CharList args)
 {
     solar_corePINVOKE.Log_add_sink_file(CharList.getCPtr(args));
     if (solar_corePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_corePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 3
0
 public CharList(CharList other) : this(solar_corePINVOKE.new_CharList__SWIG_1(CharList.getCPtr(other)), true)
 {
     if (solar_corePINVOKE.SWIGPendingException.Pending)
     {
         throw solar_corePINVOKE.SWIGPendingException.Retrieve();
     }
 }