NAnt.NUnit2.Types.CategoryCollection.IndexOf C# (CSharp) Méthode

IndexOf() public méthode

Retrieves the index of a specified Category object in the collection.
public IndexOf ( Category item ) : int
item Category The object for which the index is returned.
Résultat int
        public int IndexOf(Category item)
        {
            return base.List.IndexOf(item);
        }