Method | Description | |
---|---|---|
Add ( |
Adds a ProjectBase to the end of the collection.
|
|
AddRange ( |
Adds the elements of a ProjectBase array to the end of the collection.
|
|
AddRange ( |
Adds the elements of a ProjectBaseCollection to the end of the collection.
|
|
Contains ( |
Determines whether a ProjectBase is in the collection.
|
|
Contains ( string value ) : bool |
Determines whether a ProjectBase with the specified GUID is in the collection, using a case-insensitive lookup.
|
|
CopyTo ( |
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
|
|
GetEnumerator ( ) : |
Returns an enumerator that can iterate through the collection.
|
|
IndexOf ( |
Retrieves the index of a specified ProjectBase object in the collection.
|
|
Insert ( int index, |
Inserts a ProjectBase into the collection at the specified index.
|
|
ProjectBaseCollection ( ) : System |
Initializes a new instance of the ProjectBaseCollection class.
|
|
ProjectBaseCollection ( |
Initializes a new instance of the ProjectBaseCollection class with the specified array of ProjectBase instances.
|
|
ProjectBaseCollection ( |
Initializes a new instance of the ProjectBaseCollection class with the specified ProjectBaseCollection instance.
|
|
Remove ( |
Removes a member from the collection.
|
|
Remove ( string guid ) : void |
Remove items with the specified guid from the collection.
|
Method | Description | |
---|---|---|
this ( int index ) : |
||
this ( string guid ) : |
public Add ( |
||
item | The |
|
return | int |
public AddRange ( |
||
items | The array of |
|
return | void |
public AddRange ( |
||
items | The |
|
return | void |
public Contains ( |
||
item | The |
|
return | bool |
public Contains ( string value ) : bool | ||
value | string | The GUID to locate in the collection. |
return | bool |
public CopyTo ( |
||
array | The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing. | |
index | int | The zero-based index in |
return | void |
public GetEnumerator ( ) : |
||
return |
public IndexOf ( |
||
item | The |
|
return | int |
public Insert ( int index, |
||
index | int | The zero-based index at which |
item | The |
|
return | void |
public ProjectBaseCollection ( |
||
value | ||
return | System |
public ProjectBaseCollection ( |
||
value | ||
return | System |
public Remove ( |
||
item | The |
|
return | void |
public Remove ( string guid ) : void | ||
guid | string | The guid of the project to remove from the collection. |
return | void |