Table of Contents

Class StringSymbolsExtensions

Namespace
AlgorithmsSW.String
Assembly
AlgorithmsSW.dll
public static class StringSymbolsExtensions
Inheritance
StringSymbolsExtensions
Inherited Members

Methods

WithEmptyKeySupport<TValue>(IStringSymbolTable<TValue>)

Returns a symbol table with string keys that supports an empty string key.

public static IStringSymbolTable<TValue> WithEmptyKeySupport<TValue>(this IStringSymbolTable<TValue> stringSymbolTable)

Parameters

stringSymbolTable IStringSymbolTable<TValue>

The underlying symbol table to use. This need not support empty strings as keys.

Returns

IStringSymbolTable<TValue>

Type Parameters

TValue