Represents a strongly-typed collection of Header objects.
The following tables list the members exposed by the HeaderCollection type.
Name | Description | |
---|---|---|
ICollection.Count implementation. |
||
ICollection.IsReadOnly implementation. |
||
Gets or sets the Header at the specified position. |
Name | Description | |
---|---|---|
Adds the specified header to the collection. |
||
Removes all headers from the collection. |
||
Checks whether a Header is in the collection. |
||
ICollection.CopyTo implementation. |
||
IEnumerable.GetEnumerator implementation. |
||
Gets the index of the specified header within this collection. |
||
Inserts the specified Header at the specified position within the HeaderCollection. |
||
Removes the first occurrence of the specified Header from the collection. |
||
Removes the Header at the specified position within the collection. |
Name | Description | |
---|---|---|
INotifyCollectionChanged.CollectionChanged implementation. |