System.Collections.ICollection Members

The members of System.Collections.ICollection are listed below.

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.

Public Methods

CopyTo(Array, int)
Copies the elements from the current instance to the specified Array, starting at the specified index in the array.