GoCopyDelayedsCollection Class Members
In This Topic
The following tables list the members exposed by GoCopyDelayedsCollection.
Public Constructors
Public Properties
| 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.
|
Top
Public Methods
| 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.
|
Top
See Also