NAnt.VSNet.ProjectBaseCollection.IndexOf C# (CSharp) Méthode

IndexOf() public méthode

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