EnvelopeRecipientCollection.Enumerator 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 | |
---|---|---|
Current | The Current property gets the current element in the collection. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | The Dispose method releases all resources used by this instance of the EnvelopeRecipientCollection.Enumerator class. | |
MoveNext | The MoveNext method advances the enumerator to the next element in the collection. | |
Reset | The Reset method sets the enumerator to the first element in the collection. |
Top