Interface IReadOnlyStringSymbolTable<TValue>
- Namespace
- AlgorithmsSW.String
- Assembly
- AlgorithmsSW.dll
A read-only symbol table with string keys.
public interface IReadOnlyStringSymbolTable<TValue> : IReadOnlySymbolTable<string, TValue>, IStringCollection
Type Parameters
TValue
The type of the values in the symbol table.
- Inherited Members
- Extension Methods