collections.specialized.StringDictionary

StringDictionary

package cs-system-collections-specialized

implements IEnumerable

Available on cs

Constructor

new ()

Variables

read only Count:Int

read only IsSynchronized:Bool

read only Keys:ICollection

read only SyncRoot:Dynamic

read only Values:ICollection

Methods

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

Clear ():Void

ContainsKey (key:String):Bool

ContainsValue (value:String):Bool

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

GetEnumerator ():IEnumerator

Remove (key:String):Void

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

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部