The members of System.Collections.ICollection are listed below.
Public Properties
[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. |
Public Methods
| CopyTo(Array, int) Copies the elements from the current instance to the
specified Array, starting at the specified
index in the array. |
Extension Methods