ProjectEntryCollection Class

Summary

Contains a collection of NAnt.VSNet.ProjectEntry elements.
Assembly
NAnt.VSNet.dll
Namespace
NAnt.VSNet
Base Types
  • CollectionBase
graph BT Type-->Base0["CollectionBase"] Type["ProjectEntryCollection"] class Type type-node

Syntax

[Serializable()]
public class ProjectEntryCollection : CollectionBase

Attributes

Type Description
SerializableAttribute

Constructors

Name Summary
ProjectEntryCollection() Initializes a new instance of the NAnt.VSNet.ProjectEntryCollection class.
ProjectEntryCollection(ProjectEntry[]) Initializes a new instance of the NAnt.VSNet.ProjectEntryCollection class with the specified array of NAnt.VSNet.ProjectEntry instances.
ProjectEntryCollection(ProjectEntryCollection) Initializes a new instance of the NAnt.VSNet.ProjectEntryCollection class with the specified NAnt.VSNet.ProjectEntryCollection instance.

Properties

Name Value Summary
this[int] ProjectEntry
Gets or sets the element at the specified index.
this[string] ProjectEntry
Gets the NAnt.VSNet.ProjectEntry with the specified GUID.

Methods

Name Value Summary
Add(ProjectEntry) int
Adds a NAnt.VSNet.ProjectEntry to the end of the collection.
AddRange(ProjectEntry[]) void
Adds the elements of a NAnt.VSNet.ProjectEntry array to the end of the collection.
AddRange(ProjectEntryCollection) void
Adds the elements of a NAnt.VSNet.ProjectEntryCollection to the end of the collection.
Contains(ProjectEntry) bool
Determines whether a NAnt.VSNet.ProjectEntry is in the collection.
Contains(string) bool
Determines whether a NAnt.VSNet.ProjectEntry with the specified GUID is in the collection, using a case-insensitive lookup.
CopyTo(ProjectEntry[], int) void
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
GetEnumerator() ProjectEntryEnumerator
Returns an enumerator that can iterate through the collection.
IndexOf(ProjectEntry) int
Retrieves the index of a specified NAnt.VSNet.ProjectEntry object in the collection.
Insert(int, ProjectEntry) void
Inserts a NAnt.VSNet.ProjectEntry into the collection at the specified index.
Remove(ProjectEntry) void
Removes a member from the collection.