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

indexOfTests() public method

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