MessagePackObjectDictionaryKeySetEnumerator Structure |
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public 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 MessagePackObjectDictionaryKeySetEnumerator 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