Constructor

@:native("new")new()

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

@:native("new")new(dictionary:IDictionary_2<T0, T1>)

Variables

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

@:native("Keys")read onlykeys:ICollection_1<T0>

@:native("Values")read onlyvalues:ICollection_1<T1>

Methods

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

@:native("ContainsKey")containsKey(key:T0):Bool

@:native("CopyTo")copyTo(array:HaxeArray<KeyValuePair_2<T0, T1>>, arrayIndex:Int):Void

@:native("Duplicate")duplicate(?deep:Bool):Dictionary_2<T0, T1>

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

@:native("TryGetValue")tryGetValue(key:T0, value:Out<T1>):Bool