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 |
---|---|
Serializable |
Constructors
Name | Summary |
---|---|
Project |
Initializes a new instance of the NAnt.VSNet.ProjectEntryCollection class.
|
Project |
Initializes a new instance of the NAnt.VSNet.ProjectEntryCollection class
with the specified array of NAnt.VSNet.ProjectEntry instances.
|
Project |
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 |
int |
Adds a
NAnt.VSNet.ProjectEntry to the end of the collection.
|
AddRange |
void |
Adds the elements of a
NAnt.VSNet.ProjectEntry array to the end of the collection.
|
AddRange |
void |
Adds the elements of a
NAnt.VSNet.ProjectEntryCollection to the end of the collection.
|
Contains |
bool |
Determines whether a
NAnt.VSNet.ProjectEntry is in the collection.
|
Contains |
bool |
Determines whether a
NAnt.VSNet.ProjectEntry with the specified
GUID is in the collection, using a case-insensitive lookup.
|
CopyTo |
void |
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
|
GetEnumerator |
Project |
Returns an enumerator that can iterate through the collection.
|
IndexOf |
int |
Retrieves the index of a specified
NAnt.VSNet.ProjectEntry object in the collection.
|
Insert |
void |
Inserts a
NAnt.VSNet.ProjectEntry into the collection at the specified index.
|
Remove |
void |
Removes a member from the collection.
|