C# Class DartSharp.Context

Show file Open project: ajlopez/DartSharp Class Usage Examples

Public Methods

Method Description
Context ( ) : System
Context ( Context parent ) : System
DefineVariable ( string name ) : void
GetValue ( string name ) : object
HasVariable ( string name ) : bool
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

DefineVariable() public method

public DefineVariable ( string name ) : void
name string
return void

GetValue() public method

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

HasVariable() public method

public HasVariable ( string name ) : bool
name string
return bool

SetValue() public method

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