Mono Class Library: Overview

System.Collections.ICollection: Property Members

The properties of System.Collections.ICollection are listed below. For a list of all members, see the ICollection Members list.

Public Properties

[read-only]
Countint. Gets the number of elements contained in the current instance.
[read-only]
IsSynchronizedbool. Gets a bool indicating whether access to the current instance is synchronized (thread-safe).
[read-only]
SyncRootobject. Gets a object that can be used for thread-safe synchronized access to the current instance.