ICollection Interface |
Namespace: System.Collections
public interface ICollection : IEnumerable
The ICollection type exposes the following members.
Name | Description | |
---|---|---|
CopyTo | ||
GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ICollection. | |
IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). |