Overview
>
klyn.collections
>
MapCollection
>
operator[]
Overview
Index
Tree
Deprecated
klyn.collections.MapCollection.operator[]
method
public operator[](key as K) as V
Description
Gets or sets the value associated with the key, or null if missing.
Parameters
key The key to search for.