Domain | 
The DomainList type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | Add a domain. | |
| Clear | Clear the domain list. | |
| Contains | Check if the DomainList contains the specified domain. | |
| CopyTo | Copy all the domains in the DomainList to an array. | |
| Equals | (Inherited from Object)  | |
| Finalize | (Inherited from Object)  | |
| GetEnumerator | Get an enumerator for the list of domains. | |
| GetHashCode | (Inherited from Object)  | |
| GetType | (Inherited from Object)  | |
| IndexOf | Get the index of the requested domain, if it exists. | |
| Insert | Insert a domain at the specified index. | |
| MemberwiseClone | (Inherited from Object)  | |
| Remove | Remove a domain. | |
| RemoveAt | Remove the domain at the specified index. | |
| ToString | 
            Return a string representation of the list of domains.
             (Overrides ObjectToString)  | |
| TryParse | Try to parse a list of domains. |