The HeaderCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add(Object) | ||
Add(Header) |
Adds a Header to the ICollection<(Of <(<'T>)>)>.
| |
Clear |
Removes all items from the ICollection<(Of <(<'T>)>)>.
| |
Contains(Object) | ||
Contains(Header) |
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific Header.
| |
CopyTo(Array, Int32) | ||
CopyTo(array<Header>[]()[][], Int32) |
Copies the content.
| |
GetEnumerator |
Returns an enumerator that iterates through the collection.
| |
IndexOf(Object) | ||
IndexOf(Header) |
Determines the index of a specific Header in the IList<(Of <(<'T>)>)>.
| |
Insert(Int32, Header) |
Inserts a Header to the IList<(Of <(<'T>)>)> at the specified index.
| |
Insert(Int32, Object) | ||
Remove(Object) | ||
Remove(Header) |
Removes the first occurrence of a specific Header from the ICollection<(Of <(<'T>)>)>.
| |
RemoveAt |
Removes the IList<(Of <(<'T>)>)> item at the specified index.
|