The IReversibleTranslationTable type exposes the following members.

Methods

  NameDescription
Translate
Translate a single symbol from source alphabet to the target alphabet.
(Inherited from ITranslationTable.)
Untranslate
Translate a single symbol from target alphabet to the source alphabet.

Properties

  NameDescription
SourceAlphabet
The alphabet of ISymbols that can be translated.
(Inherited from ITranslationTable.)
TargetAlphabet
The alphabet of ISymbols that will be produced.
(Inherited from ITranslationTable.)

See Also