C# Class Universe.Services.LLLoginResponseRegister

A generic kvp register so that we can store values for multiple LLLoginResponses
Show file Open project: Virtual-Universe/Virtual-Universe

Public Methods

Method Description
GetValue ( string key ) : object
RegisterValue ( string key, object value ) : void

Method Details

GetValue() public static method

public static GetValue ( string key ) : object
key string
return object

RegisterValue() public static method

public static RegisterValue ( string key, object value ) : void
key string
value object
return void