MessagePackObjectDictionaryValueCollectionEnumerator Structure |
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntaxpublic struct Enumerator : IEnumerator<MessagePackObject>,
IDisposable, IEnumerator
Public Structure Enumerator
Implements IEnumerator(Of MessagePackObject), IDisposable,
IEnumerator
public value class Enumerator : IEnumerator<MessagePackObject>,
IDisposable, IEnumerator
[<SealedAttribute>]
type Enumerator =
struct
interface IEnumerator<MessagePackObject>
interface IDisposable
interface IEnumerator
end
The MessagePackObjectDictionaryValueCollectionEnumerator type exposes the following members.
Properties
| Name | Description |
---|
 | Current |
Gets the element at the current position of the enumerator.
|
Top
Methods
| Name | Description |
---|
 | Dispose |
Releases all resources used by the this instance.
|
 | MoveNext |
Advances the enumerator to the next element of the underlying collection.
|
Top
See Also