BaseIndexer<TKey, TValue> Constructors
An object defining constructors for the BaseIndexer<TKey, TValue> class.
BaseIndexer(dictionaryName, dictionary)
Initializes a new instance of the BaseIndexer<TKey, TValue>
class with a specified dictionary name and dictionary.
Parameters:
dictionaryName (required): string
The name of the dictionary.
dictionary (required): Dictionary<TKey, TValue>
The dictionary to be wrapped by the indexer.