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

indexOfTestRefs() public method

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