public int LastIndexOf(string value) { int ret = StcIntCSharpPINVOKE.StringVector_LastIndexOf(swigCPtr, value); if (StcIntCSharpPINVOKE.SWIGPendingException.Pending) { throw StcIntCSharpPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }