Header menu logo B2R2

DoublyLinkedKeyValue<'K, 'V> Type

Doubly-linked key-value node.

Constructors

Constructor Description

DoublyLinkedKeyValue(prev, next, key, value)

Full Usage: DoublyLinkedKeyValue(prev, next, key, value)

Parameters:
Returns: DoublyLinkedKeyValue<'K, 'V>
prev : DoublyLinkedKeyValue<'K, 'V>
next : DoublyLinkedKeyValue<'K, 'V>
key : 'K
value : 'V
Returns: DoublyLinkedKeyValue<'K, 'V>

Instance members

Instance member Description

this.Key

Full Usage: this.Key

Returns: 'K
Returns: 'K

this.Next

Full Usage: this.Next

this.Prev

Full Usage: this.Prev

this.RefCount

Full Usage: this.RefCount

this.Value

Full Usage: this.Value

Returns: 'V
Returns: 'V

Type something to start searching.