Table of Contents

Class Trie<TValue>.Node

Namespace
AlgorithmsSW.String
Assembly
AlgorithmsSW.dll
public class Trie<TValue>.Node
Inheritance
Trie<TValue>.Node
Inherited Members
Extension Methods

Constructors

Node(int)

public Node(int radix = 256)

Parameters

radix int

Properties

Next

public Trie<TValue>.Node?[] Next { get; }

Property Value

Node[]

Value

public TValue? Value { get; set; }

Property Value

TValue

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.