DataDictionary.Generated.Paragraph.indexOfTypeSpecs C# (CSharp) Method

indexOfTypeSpecs() public method

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