Table of Contents

Interface IStringSymbolTable<TValue>

Namespace
AlgorithmsSW.String
Assembly
AlgorithmsSW.dll

A symbol table with string keys.

public interface IStringSymbolTable<TValue> : ISymbolTable<string, TValue>, IReadOnlySymbolTable<string, TValue>, IStringCollection

Type Parameters

TValue

The type of the values in the symbol table.

Inherited Members
Extension Methods