HaxeAPI
  • Version 4.3.5
    • 3.4.7
    • 4.0.5
    • 4.1.3
    • 4.2.5
    • 4.3.5
    • Development
  • Download Haxe
  • Learn Haxe
    • Introduction
    • Manual
    • Code Cookbook
    • API Documentation
    • Videos
    • Try Haxe online
    • Haxelib
  • Connect
    • Github
    • Bug reports
    • Stack Overflow
    • Forums
    • Discord
    • Gitter
    • Blog
    • Facebook
    • #haxe
    • @haxelang
    • @haxe_org
    • Contact

interface IDictionary

package cs.system.collections

extends ICollection, IEnumerable, ArrayAccess<Dynamic>

extended by Hashtable

@:nativeGen@:abstract@:libType@:csNative@:native("System.Collections.IDictionary")

Available on cs

Variables

read onlyIsFixedSize:Bool

read onlyIsReadOnly:Bool

read onlyKeys:ICollection

read onlyValues:ICollection

Methods

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

Clear():Void

Contains(key:Dynamic):Bool

GetEnumerator():IDictionaryEnumerator

Remove(key:Dynamic):Void

get_IsFixedSize():Bool

get_IsReadOnly():Bool

get_Item(key:Dynamic):Dynamic

get_Keys():ICollection

get_Values():ICollection

set_Item(key:Dynamic, value:Dynamic):Void

This documentation is generated for version 4.3.5

© 2024  Haxe Foundation | Contribute to Haxe