C# Class GPL.Scope

Mostra file Open project: haasn/-g-pl Class Usage Examples

Public Properties

Property Type Description
Global Scope

Public Methods

Method Description
Copy ( ) : Scope
Create ( string name, Value value ) : Value
Find ( string name, Value newval = null ) : Value
Scope ( Scope parent ) : System

Private Methods

Method Description
Scope ( ) : System

Method Details

Copy() public method

public Copy ( ) : Scope
return Scope

Create() public method

public Create ( string name, Value value ) : Value
name string
value Value
return Value

Find() public method

public Find ( string name, Value newval = null ) : Value
name string
newval Value
return Value

Scope() public method

public Scope ( Scope parent ) : System
parent Scope
return System

Property Details

Global public_oe static_oe property

public static Scope,GPL Global
return Scope