Northwoods.Go Assembly > Northwoods.Go Namespace : GoCollection Class |
For a list of all members of this type, see GoCollection members.
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. |