C# 클래스 Universe.Services.LLLoginResponseRegister

A generic kvp register so that we can store values for multiple LLLoginResponses
파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 메소드들

메소드 설명
GetValue ( string key ) : object
RegisterValue ( string key, object value ) : void

메소드 상세

GetValue() 공개 정적인 메소드

public static GetValue ( string key ) : object
key string
리턴 object

RegisterValue() 공개 정적인 메소드

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