DataDictionary.Generated.SourceText.indexOfComments C# (CSharp) Method

indexOfComments() public method

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