Mono Class Library: OverviewSystem.Collections.ICollection: Property Members |
The properties of System.Collections.ICollection are listed below. For a list of all members, see the ICollection Members list.
[read-only] Count int. Gets the number of elements contained in the current instance. [read-only] IsSynchronized bool. Gets a bool indicating whether access to the current instance is synchronized (thread-safe). [read-only] SyncRoot object. Gets a object that can be used for thread-safe synchronized access to the current instance.