HashMapDelta<'K, 'V> Type
Represents the difference of two HashMaps.
Constructors
Constructor | Description |
Full Usage:
HashMapDelta(store)
Parameters:
HashMap<'K, ElementOperation<'V>>
Returns: HashMapDelta<'K, 'V>
|
|
Instance members
Instance member | Description |
|
|
Full Usage:
this.Count
Returns: int
|
|
Full Usage:
this.GetEnumerator
Returns: HashMapEnumerator<'K, ElementOperation<'V>, ('K * ElementOperation<'V>)>
|
|
Full Usage:
this.IsEmpty
Returns: bool
|
|
Static members
Static member | Description |
|
|