ICollection Members
The following tables list the members exposed by the ICollection type.
Public Properties
Name | Description | |
---|---|---|
Count | When implemented by a class, this property gets the number of objects contained in a specific ICollection collection. | |
IsSynchronized | When implemented by a class, this property gets a value indicating whether access to a specific ICollection collection is currently synchronized. | |
SyncRoot | When implemented by a class, this property gets an object you can use to synchronize access to a specific ICollection collection. |
Public Methods
Name | Description | |
---|---|---|
CopyTo | When implemented by a class, this method copies objects from an ICollection collection to a specified array (destination array), starting at a specified index number in the destination array. |