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.