![]() | DomainList Class |
Namespace: MimeKit
public class DomainList : IList<string>, ICollection<string>, IEnumerable<string>, IEnumerable
The DomainList type exposes the following members.
Name | Description | |
---|---|---|
![]() | DomainList |
Initialize a new instance of the DomainList class.
|
![]() | DomainList(IEnumerableString) |
Initialize a new instance of the DomainList class.
|
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of domains in the DomainList.
|
![]() | IsReadOnly |
Get a value indicating whether the DomainList is read only.
|
![]() | Item |
Gets or sets the domain at the specified index.
|
Name | Description | |
---|---|---|
![]() | Add |
Add the specified domain.
|
![]() | Clear |
Clears the domain list.
|
![]() | Contains |
Checks if the DomainList contains the specified domain.
|
![]() | CopyTo |
Copies all of the domains in the DomainList 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 list of domains.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf |
Gets the index of the requested domain, if it exists.
|
![]() | Insert |
Insert the domain at the specified index.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove |
Removes the specified domain.
|
![]() | RemoveAt |
Removes the domain at the specified index.
|
![]() | ToString |
Returns a string representation of the list of domains.
(Overrides ObjectToString.) |
![]() ![]() | TryParse |
Try to parse a list of domains.
|