Share via


RemoteDomainCollection Members

The RemoteDomainCollection class is the base class for derived classes that represent a collection of objects that inherit from the RemoteDomain class.

The following tables list the members exposed by the RemoteDomainCollection type.

Protected Constructors

  Name Description
RemoteDomainCollection When overriden in a derived class, the RemoteDomainCollection constructor creates a new instance of the class that is derived from the RemoteDomainCollection class.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa580110.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Aa580110.pubmethod(en-us,EXCHG.80).gif Find Overloaded. When overridden in a derived class, the Find method finds in the collection the RemoteDomain object for the specified domain.
Aa580110.pubmethod(en-us,EXCHG.80).gif GetEnumerator When overridden in a derived class, the GetEnumerator method returns an enumerator object that represents the collection.
Aa580110.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Aa580110.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa580110.pubmethod(en-us,EXCHG.80).gifAa580110.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa580110.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Aa580110.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Aa580110.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )

Top

Explicit Interface Implementations

  Name Description
System.Collections.IEnumerable.GetEnumerator When overridden in a derived class, the System.Collections.IEnumerable.GetEnumerator method returns an enumerator object that represents the collection.

Top