Nemerle Documentation

IDictionary.Get Method 

Returns an optional value associated with the specified key. This is the safe version of the default indexer property.

option Get(
   object key
);

See Also

IDictionary Interface | Nemerle.Collections Namespace