NAnt SDK Documentation - v0.85-nightly-2005-11-09

SolutionBase.ProjectEntryCollection Members

SolutionBase.ProjectEntryCollection overview

Public Instance Constructors

SolutionBase.ProjectEntryCollection Overloaded. Initializes a new instance of the SolutionBase.ProjectEntryCollection class.

Public Instance Properties

Capacity (inherited from CollectionBase) 
Count (inherited from CollectionBase) 
ItemOverloaded. Gets or sets the element at the specified index.

Public Instance Methods

Add Adds a SolutionBase.ProjectEntry to the end of the collection.
AddRangeOverloaded. Adds the elements of a SolutionBase.ProjectEntry array to the end of the collection.
Clear (inherited from CollectionBase) 
ContainsOverloaded. Determines whether a SolutionBase.ProjectEntry is in the collection.
CopyTo Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
Equals (inherited from Object) 
GetEnumerator Returns an enumerator that can iterate through the collection.
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
IndexOf Retrieves the index of a specified SolutionBase.ProjectEntry object in the collection.
Insert Inserts a SolutionBase.ProjectEntry into the collection at the specified index.
Remove Removes a member from the collection.
RemoveAt (inherited from CollectionBase) 
ToString (inherited from Object) 

Protected Instance Properties

InnerList (inherited from CollectionBase) 
List (inherited from CollectionBase) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 
OnClear (inherited from CollectionBase) 
OnClearComplete (inherited from CollectionBase) 
OnInsert (inherited from CollectionBase) 
OnInsertComplete (inherited from CollectionBase) 
OnRemove (inherited from CollectionBase) 
OnRemoveComplete (inherited from CollectionBase) 
OnSet (inherited from CollectionBase) 
OnSetComplete (inherited from CollectionBase) 
OnValidate (inherited from CollectionBase) 

See Also

SolutionBase.ProjectEntryCollection Class | NAnt.VSNet Namespace