EnvelopeRecipientCollection.Enumerator Members

The EnvelopeRecipientCollection.Enumerator structure provides properties and methods for enumerating an instance of the EnvelopeRecipientCollection class.

The following tables list the members exposed by the EnvelopeRecipientCollection.Enumerator type.

Public Properties

  Name Description
Aa563149.pubproperty(en-us,EXCHG.80).gif Current The Current property gets the current element in the collection.

Top

Public Methods

(see also Protected Methods )

  Name Description
Aa563149.pubmethod(en-us,EXCHG.80).gif Dispose The Dispose method releases all resources used by this instance of the EnvelopeRecipientCollection.Enumerator class.
Aa563149.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from ValueType )
Aa563149.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from ValueType )
Aa563149.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Aa563149.pubmethod(en-us,EXCHG.80).gif MoveNext The MoveNext method advances the enumerator to the next element in the collection.
Aa563149.pubmethod(en-us,EXCHG.80).gifAa563149.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Aa563149.pubmethod(en-us,EXCHG.80).gif Reset The Reset method sets the enumerator to the first element in the collection.
Aa563149.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from ValueType )

Top

Protected Methods

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

Top

Explicit Interface Implementations

  Name Description
System.Collections.IEnumerator.Current The System.Collections.IEnumerator.Current property gets the current element in the collection.

Top