W3cubDocs

/Haxe C#

Hashtable_Enumerator

package cs.system.collections

implements IDictionaryEnumerator, IEnumerator

import cs.system.collections.Hashtable

@:final@:libType@:csNative@:native("System.Collections.Hashtable.Enumerator") Available on cs

Constructor

@:final @:overload new (host:Hashtable, mode:Hashtable_EnumeratorMode)

@:final @:overload new (host:Hashtable)

Variables

read only Current:Dynamic

read only Entry:DictionaryEntry

read only Key:Dynamic

read only Value:Dynamic

Methods

@:final @:overload MoveNext ():Bool

@:final @:overload Reset ():Void

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/cs/system/collections/Hashtable_Enumerator.html