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

indexOfRequirementSets() public method

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