Example #1
0
        public int LastIndexOf(Field value)
        {
            int ret = GmsecPINVOKE.FieldList_LastIndexOf(swigCPtr, Field.getCPtr(value));

            if (GmsecPINVOKE.SWIGPendingException.Pending)
            {
                throw GmsecPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }