DataDictionary.Generated.Dictionary.indexOfSpecifications C# (CSharp) Method

indexOfSpecifications() public method

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