StampedDictionary<'T, 'U> Type
A thread-safe lookup table which is assigning an auto-increment stamp with each insert
Constructors
Constructor |
Description
|
Full Usage:
StampedDictionary(keyComparer)
Parameters:
IEqualityComparer<'T>
Returns: StampedDictionary<'T, 'U>
|
|
Instance members
Instance member |
Description
|
Full Usage:
this.Add
Parameters:
'T
value : 'U
|
|
Full Usage:
this.GetAll
Returns: ('T * (int * 'U)) seq
|
|
Full Usage:
this.UpdateIfExists
Parameters:
'T
valueReplaceFunc : 'U -> 'U option
|
|