ICollection Interface
Represents type ICollection.
Spring.Collections.IEnumerable
Spring.Collections.ICollection
Spring.Collections.Adapters.TCollectionAdapter<T>
Spring.Collections.IDictionary
Spring.Collections.IList
Spring.Collections.ISet
type ICollection = interface(IEnumerable) ['{AC8A0302-C530-46A0-83FC-D88302ECCE3D}'] end;
The ICollection type exposes the following members.
| Name | Description | |
|---|---|---|
|  | Count | Returns the number of elements in a sequence. (Inherited from IEnumerable.) | 
|  | ElementType | Returns the type of the elements in the sequence. (Inherited from IEnumerable.) | 
|  | IsEmpty | Determines whether the sequence contains no elements. (Inherited from IEnumerable.) | 
|  | IsReadOnly | Represents property  | 
|  | OnChanged | Represents property  | 
| Name | Description | |
|---|---|---|
|  | Add(TValue) | Represents method  | 
|  | AddRange(IEnumerable) | Overloaded. Represents method  | 
|  | AddRange(TValue[]) | Overloaded. Represents method  | 
|  | AsObject | Returns the reference to this instance. (Inherited from IEnumerable.) | 
|  | Clear | Represents method  | 
|  | Extract(TValue) | Represents method  | 
|  | ExtractRange(IEnumerable) | Overloaded. Represents method  | 
|  | ExtractRange(TValue[]) | Overloaded. Represents method  | 
|  | GetCount | Represents method  | 
|  | GetElementType | Represents method  | 
|  | GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) | 
|  | GetIsEmpty | Represents method  | 
|  | GetIsReadOnly | Represents method  | 
|  | GetOnChanged | Represents method  | 
|  | Remove(TValue) | Represents method  | 
|  | RemoveRange(IEnumerable) | Overloaded. Represents method  | 
|  | RemoveRange(TValue[]) | Overloaded. Represents method  |