NAnt.VSNet.ProjectBaseCollection.IndexOf C# (CSharp) 메소드

IndexOf() 공개 메소드

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.
리턴 int
        public int IndexOf(ProjectBase item)
        {
            return base.List.IndexOf(item);
        }