NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICollection Properties

The properties of the ICollection interface are listed below. For a complete list of ICollection interface members, see the ICollection Members topic.

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.

See Also

ICollection Interface | System.Collections Namespace