Represents a strongly-typed collection of Header objects.
The following tables list the members exposed by the HeaderCollection type.
Name | Description | |
---|---|---|
Gets the number of elements contained in the collection. |
||
Gets a value indicating whether the collection is read-only. |
||
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. |
||
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array. |
||
Returns an enumerator that iterates through the collection. |
||
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. |