Constructor

@:native("new")new()

@:native("new")new(dictionary:IDictionary)

Variables

@:native("Count")read onlycount:Int

@:native("Keys")read onlykeys:ICollection

@:native("Values")read onlyvalues:ICollection

Methods

@:native("Add")add(key:Dynamic, value:Dynamic):Void

@:native("Clear")clear():Void

@:native("Contains")contains(key:Dynamic):Bool

@:native("CopyTo")copyTo(array:Array, index:Int):Void

@:native("Dispose")dispose():Void

@:native("Duplicate")duplicate(?deep:Bool):Dictionary

@:native("Remove")remove(key:Dynamic):Void

@:native("ToString")toString():String