C# Class Framework.Class.GlobalData

ファイルを表示 Open project: callme119/civil

Public Methods

Method Description
GetValue ( object key ) : object
SetValue ( object key, object value ) : void

Method Details

GetValue() public static method

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

SetValue() public static method

public static SetValue ( object key, object value ) : void
key object
value object
return void