Northwoods.Go Assembly > Northwoods.Go Namespace : GoCopyDelayedsCollection Class |
The following tables list the members exposed by GoCopyDelayedsCollection.
Name | Description | |
---|---|---|
![]() | GoCopyDelayedsCollection Constructor | Create a collection of delayed objects, used by GoCopyDictionary. |
Name | Description | |
---|---|---|
![]() | Count | The number of objects whose copying needs additional work. |
![]() | IsEmpty | Returns true if the Count is zero. |
![]() | IsReadOnly | True when this collection may not be modified -- but this is normally false. |
Name | Description | |
---|---|---|
![]() | Add | Make sure a delayed object is present in this collection. |
![]() | Clear | Remove all objects from this collection. |
![]() | Contains | Return true if a particular object is in this collection. |
![]() | CopyArray | Fill a newly allocated array with references to the source objects that were delayed. |
![]() | CopyTo | Fill an array with references to the source objects that were copied but need additional work. |
![]() | GetEnumerator | Return an iterator over all of the delayed objects. |
![]() | Remove | Remove an object from this collection. |