Package | net.user1.utils |
Class | public dynamic class UDictionary |
Inheritance | UDictionary ![]() |
Since : | Reactor 1.0.0 |
Variable | Defined By | ||
---|---|---|---|
length : int [read-only]
Returns the number of items in the dictionary. | UDictionary |
Method | Defined By | ||
---|---|---|---|
UDictionary(weakKeys:Boolean = false) | UDictionary |
length | variable |
length:int
[read-only] Since : | Reactor 1.0.0 |
Returns the number of items in the dictionary.
public function get length():int
UDictionary | () | Constructor |
public function UDictionary(weakKeys:Boolean = false)
weakKeys:Boolean (default = false )
|