AcceptedDomainCollection Members
The AcceptedDomainCollection class is the base class for derived classes that represent a collection of classes that inherit from the AcceptedDomain class.
The following tables list the members exposed by the AcceptedDomainCollection type.
Protected Constructors
| Name | Description | |
|---|---|---|
| AcceptedDomainCollection | The AcceptedDomainCollection constructor initializes a new instance of the AcceptedDomainCollection class. | 
Top
Public Methods
(see also Protected Methods )
| Name | Description | |
|---|---|---|
| .gif) | Equals | Overloaded. (inherited from Object ) | 
| .gif) | Find | Overloaded. When overridden in a derived class, the Find method finds in the collection the instance of the class derived from the AcceptedDomain class that represents the specified domain. | 
| .gif) | GetEnumerator | When overridden in a derived class, the GetEnumerator method returns an enumerator object that represents the collection. | 
| .gif) | GetHashCode | (inherited from Object ) | 
| .gif) | GetType | (inherited from Object ) | 
| .gif) .gif) | ReferenceEquals | (inherited from Object ) | 
| .gif) | ToString | (inherited from Object ) | 
Top
Protected Methods
| Name | Description | |
|---|---|---|
| .gif) | Finalize | (inherited from Object ) | 
| .gif) | MemberwiseClone | (inherited from Object ) | 
Top
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| System.Collections.IEnumerable.GetEnumerator | 
Top