This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
ICollection Members
Properties
Count |
When implemented by a class, retrieves the number of elements in the ICollection. |
IsReadOnly |
When implemented by a class, retrieves a value indicating whether the ICollection is read-only. |
IsSynchronized |
When implemented by a class, retrieves a value indicating whether access to the ICollection is synchronized (i.e.: thread-safe). |
SyncRoot |
When implemented by a class, retrieves an object that can be used to synchronize access to the ICollection. |
Methods
CopyTo |
When implemented by a class, copies the elements of the ICollection into an Array, starting at a particular Array index. |
See Also
ICollection Interface | System.Collections Namespace