W3cubDocs

/Haxe C#

StringDictionary

package cs.system.collections.specialized

implements IEnumerable

@:libType@:csNative@:native("System.Collections.Specialized.StringDictionary") Available on cs

Constructor

@:final @:overload new ()

Variables

read only Count:Int

read only IsSynchronized:Bool

read only Keys:ICollection

read only SyncRoot:Dynamic

read only Values:ICollection

Methods

@:overload Add (key:String, value:String):Void

@:overload Clear ():Void

@:overload ContainsKey (key:String):Bool

@:overload ContainsValue (value:String):Bool

@:overload CopyTo (array:Array, index:Int):Void

@:overload GetEnumerator ():IEnumerator

@:overload Remove (key:String):Void

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