Northwoods.Go Assembly > Northwoods.Go Namespace : GoCollection Class |
The following tables list the members exposed by GoCollection.
Name | Description | |
---|---|---|
GoCollection Constructor | Create an empty collection of GoObjects. |
Name | Description | |
---|---|---|
Backwards | Gets an enumerable whose enumerator will iterate over the GoObjects in reverse order. | |
Count | Gets the number of objects in this collection. | |
First | Gets the first object in this collection. | |
IsEmpty | This predicate is true when there are no objects in this collection. | |
IsReadOnly | True when this collection may not be modified. | |
Last | Gets the last object in this collection. |
Name | Description | |
---|---|---|
Add | Add an object to this collection. | |
AddRange | Iterate over the GoObjects in the given collection coll and Add each one to this collection. | |
Clear | Remove all of the objects in this collection. | |
Contains | Determine if the given object is present in this collection. | |
CopyArray | Returns a newly allocated array of all of the GoObjects in the collection. | |
CopyTo | Copy references to all of the objects in this collection into an array. | |
GetEnumerator | Gets an enumerator for iterating over the GoObjects in this collection. | |
Remove | Remove any occurrence of an object from this collection. |