SkipList<TKey,TValue> constructor (1 of 2)

Default Constructor.

public SkipList()

See Also


SkipList<TKey,TValue> constructor (2 of 2)

SkipList Constructor.

public SkipList(int nRandomSeed)
parameter description
nRandomSeed Random Number Seed for Height of SkipList Nodes.

See Also