Skip to content

sharedlibrarycoreinterfaces ITranslationLookup

RaidMax edited this page May 21, 2023 · 1 revision

ITranslationLookup Public interface

Description

Defines the translation lookup capabilities for DI

Diagram

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

Members

Properties

Public properties

Type Name Methods
string Item get

Details

Summary

Defines the translation lookup capabilities for DI

Properties

Item

public string Item { get; }

Generated with ModularDoc

Clone this wiki locally