C# Class AjTalk.Context

Mostrar archivo Open project: ajlopez/AjTalk Class Usage Examples

Public Methods

Method Description
Context ( ) : System
Context ( Context parent ) : System
GetNames ( ) : ICollection
GetValue ( string name ) : object
HasValue ( 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

GetNames() public method

public GetNames ( ) : ICollection
return ICollection

GetValue() public method

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

HasValue() public method

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

SetValue() public method

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