C# Class WhiteCore.Services.LLLoginResponseRegister

A generic kvp register so that we can store values for multiple LLLoginResponses
Afficher le fichier Open project: WhiteCoreSim/WhiteCore-Dev

Méthodes publiques

Méthode Description
GetValue ( string key ) : object
RegisterValue ( string key, object value ) : void

Method Details

GetValue() public static méthode

public static GetValue ( string key ) : object
key string
Résultat object

RegisterValue() public static méthode

public static RegisterValue ( string key, object value ) : void
key string
value object
Résultat void