package cs.system.collections
implements IDictionaryEnumerator, IEnumerator
import cs.system.collections.Hashtable
@:final@:libType@:csNative@:native("System.Collections.Hashtable.Enumerator") Available on cs@:final @:overload new (host:Hashtable, mode:Hashtable_EnumeratorMode)
@:final @:overload new (host:Hashtable)
read only Current:Dynamic
read only Entry:DictionaryEntry
read only Key:Dynamic
read only Value:Dynamic
@: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