Exemplo n.º 1
0
 public static void salSet(string handle, StringVector propertyPairs)
 {
     StcIntCSharpPINVOKE.salSet(handle, StringVector.getCPtr(propertyPairs));
     if (StcIntCSharpPINVOKE.SWIGPendingException.Pending)
     {
         throw StcIntCSharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }