DataDictionary.Generated.DBPacket.indexOfFields C# (CSharp) Method

indexOfFields() public method

Part of the list interface for Fields This function returns the index of an element in the collection.
public indexOfFields ( IXmlBBase el ) : int
el IXmlBBase the object to look for
return int
        public int indexOfFields(IXmlBBase el)
        {
            return ((System.Collections.IList) allFields()).IndexOf (el);
        }