Header menu logo fantomas

Zmap<'Key, 'T> Type

Maps with a specific comparison function

Instance members

Instance member Description

this.Count

Full Usage: this.Count

Returns: int

The number of bindings in the map.

Returns: int

this.IsEmpty

Full Usage: this.IsEmpty

Returns: bool

Return True if there are no bindings in the map.

Returns: bool

this[arg1]

Full Usage: this[arg1]

Parameters:
    arg0 : 'Key

Returns: 'T

Lookup an element in the map. Raise KeyNotFoundException if no binding exists in the map.

arg0 : 'Key
Returns: 'T

Type something to start searching.