1 sharedlibrarycorelocalization TranslationLookup
RaidMax edited this page 2023-05-20 22:09:21 -05:00

TranslationLookup Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Localization
  SharedLibraryCore.Localization.TranslationLookup[[TranslationLookup]]
  end
  subgraph SharedLibraryCore.Interfaces
  SharedLibraryCore.Interfaces.ITranslationLookup[[ITranslationLookup]]
  class SharedLibraryCore.Interfaces.ITranslationLookup interfaceStyle;
  end
SharedLibraryCore.Interfaces.ITranslationLookup --> SharedLibraryCore.Localization.TranslationLookup

Members

Properties

Public properties

Type Name Methods
string Item get
Dictionary<string, string> Set get, set

Details

Inheritance

Constructors

TranslationLookup

Source code

public TranslationLookup()

Properties

Set

public Dictionary<string, string> Set { get; set; }

Item

public virtual string Item { get; }

Generated with ModularDoc