DictionaryBase

DictionaryBase class

Represents the base class for a dictionary.

public abstract class DictionaryBase

Properties

Name Description
abstract DictionaryType { get; } Gets the dictionary type.

Methods

Name Description
abstract Clear() Clears the dictionary.
ExportDictionary(string) Exports the dictionary to a file with the specified name.
ImportDictionary(string) Imports a dictionary from the specified file.

Remarks

Learn more

See Also