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

indexOfNameSpaceRefs() public method

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