![]() | Domain |
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 | Get the number of domains in the DomainList. |
![]() | IsReadOnly | Get a value indicating whether the DomainList is read only. |
![]() | Item | Get or set the domain at the specified index. |
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. |