The members of System.Collections.ICollection are listed below.
| [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. |