![]() | Header |
public class HeaderListCollection : ICollection<HeaderList>, IEnumerable<HeaderList>, IEnumerable
The HeaderListCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | HeaderListCollection | Initialize a new instance of the HeaderListCollection class. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of groups in the collection. |
![]() | IsReadOnly | Gets whether the header list collection is read only. |
![]() | Item | Gets or sets the HeaderList at the specified index. |
Name | Description | |
---|---|---|
![]() | Add | Adds the group of headers to the collection. |
![]() | Clear | Clears the header list collection. |
![]() | Contains | Checks if the collection contains the specified group of headers. |
![]() | CopyTo | Copies all the header groups in the HeaderListCollection to the specified array. |
![]() | Equals | (Inherited from Object) |
![]() | Finalize | (Inherited from Object) |
![]() | GetEnumerator | Gets an enumerator for the groups of headers. |
![]() | GetHashCode | (Inherited from Object) |
![]() | GetType | (Inherited from Object) |
![]() | MemberwiseClone | (Inherited from Object) |
![]() | Remove | Removes the specified header group. |
![]() | ToString | (Inherited from Object) |