Share via


EnvelopeRecipientCollection.Enumerator Members

Include Protected Members
Include Inherited Members

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

The EnvelopeRecipientCollection.Enumerator type exposes the following members.

Properties

  Name Description
Public property Current The Current property gets the current element in the collection.

Top

Methods

  Name Description
Public method Dispose The Dispose method releases all resources used by this instance of the EnvelopeRecipientCollection.Enumerator class.
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method MoveNext The MoveNext method advances the enumerator to the next element in the collection.
Public method Reset The Reset method sets the enumerator to the first element in the collection.
Public method ToString (Inherited from ValueType.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IEnumerator.Current

Top