Header menu logo fantomas

StampedDictionary<'T, 'U> Type

A thread-safe lookup table which is assigning an auto-increment stamp with each insert

Constructors

Constructor Description

StampedDictionary(keyComparer)

Full Usage: StampedDictionary(keyComparer)

Parameters:
Returns: StampedDictionary<'T, 'U>
keyComparer : IEqualityComparer<'T>
Returns: StampedDictionary<'T, 'U>

Instance members

Instance member Description

this.Add

Full Usage: this.Add

Parameters:
    key : 'T
    value : 'U

key : 'T
value : 'U

this.GetAll

Full Usage: this.GetAll

Returns: ('T * (int * 'U)) seq
Returns: ('T * (int * 'U)) seq

this.UpdateIfExists

Full Usage: this.UpdateIfExists

Parameters:
    key : 'T
    valueReplaceFunc : 'U -> 'U option

key : 'T
valueReplaceFunc : 'U -> 'U option

Type something to start searching.