![]() | HeaderListCollection Class |
Namespace: MimeKit
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 or not 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 of the header groups in the HeaderListCollection to the specified array.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Gets an enumerator for the groups of headers.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove |
Removes the specified header group.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |