The HeaderCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd(Object)
Adds a Header to the IList.
Public methodAdd(Header)
Public methodClear
Removes all items from the ICollection<(Of <(<'T>)>)>.
Public methodContains(Object)
Determines whether the IList contains a specific Header.
Public methodContains(Header)
Determines whether the ICollection<(Of <(<'T>)>)> contains a specific Header.
Public methodCopyTo(Array, Int32)
Copies the elements of the ICollection to an Array, starting at a particular Array index.
Public methodCopyTo(array<Header>[]()[][], Int32)
Copies the content.
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodIndexOf(Object)
Determines the index of a specific Header in the IList.
Public methodIndexOf(Header)
Determines the index of a specific Header in the IList<(Of <(<'T>)>)>.
Public methodInsert(Int32, Header)
Inserts a Header to the IList<(Of <(<'T>)>)> at the specified index.
Public methodInsert(Int32, Object)
Inserts a Header to the IList at the specified index.
Public methodRemove(Object)
Removes the first occurrence of a specific Header from the IList.
Public methodRemove(Header)
Removes the first occurrence of a specific Header from the ICollection<(Of <(<'T>)>)>.
Public methodRemoveAt
Removes the IList<(Of <(<'T>)>)> item at the specified index.

See Also