1 sharedlibrarycoreconfiguration GameStringConfiguration
RaidMax edited this page 2023-05-20 22:09:21 -05:00

GameStringConfiguration Public class

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SharedLibraryCore.Configuration
  SharedLibraryCore.Configuration.GameStringConfiguration[[GameStringConfiguration]]
  end
  subgraph System.Collections.Generic
System.Collections.Generic.Dictionary_2[[Dictionary]]
  end
System.Collections.Generic.Dictionary_2 --> SharedLibraryCore.Configuration.GameStringConfiguration

Members

Methods

Public methods

Returns Name
string GetStringForGame(string key, Nullable<Game> game)

Details

Inheritance

  • Dictionary<Game, Dictionary<string, string>>

Constructors

GameStringConfiguration

Source code

public GameStringConfiguration()

Methods

GetStringForGame

Source code

public string GetStringForGame(string key, Nullable<Game> game)
Arguments
Type Name Description
string key
Nullable<Game> game

Generated with ModularDoc