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 | |
---|---|---|
Current | The Current property gets the current element in the collection. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Dispose | The Dispose method releases all resources used by this instance of the EnvelopeRecipientCollection.Enumerator class. | |
Equals | Overloaded. (inherited from ValueType ) | |
GetHashCode | (inherited from ValueType ) | |
GetType | (inherited from Object ) | |
MoveNext | The MoveNext method advances the enumerator to the next element in the collection. | |
ReferenceEquals | (inherited from Object ) | |
Reset | The Reset method sets the enumerator to the first element in the collection. | |
ToString | (inherited from ValueType ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
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