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