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

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