C# Class RSharp.Core.Context

ファイルを表示 Open project: ajlopez/RSharp Class Usage Examples

Public Methods

Method Description
Context ( ) : System
Context ( Context parent ) : System
GetValue ( string name ) : object
SetValue ( string name, object value ) : void

Method Details

Context() public method

public Context ( ) : System
return System

Context() public method

public Context ( Context parent ) : System
parent Context
return System

GetValue() public method

public GetValue ( string name ) : object
name string
return object

SetValue() public method

public SetValue ( string name, object value ) : void
name string
value object
return void