klyn.collections.MapCollection.operator[]
method
public operator[](key as K) as V
Description

Gets or sets the value associated with the key.

Parameters
ParameterDescription
keyThe key to search for.
Throws
  • KeyException if the key does not exist.