Compartilhar via


ICollection Members

The following tables list the members exposed by the ICollection type.

Public Properties

Name Description
Public Property Count When implemented by a class, this property gets the number of objects contained in a specific ICollection collection.
Public Property IsSynchronized When implemented by a class, this property gets a value indicating whether access to a specific ICollection collection is currently synchronized.
Public Property 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
Public Method 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.

See Also

Reference

ICollection Interface
System.Collections Namespace