C# Class GPL.Scope

Afficher le fichier Open project: haasn/-g-pl Class Usage Examples

Méthodes publiques

Свойство Type Description
Global Scope

Méthodes publiques

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

Private Methods

Méthode Description
Scope ( ) : System

Method Details

Copy() public méthode

public Copy ( ) : Scope
Résultat Scope

Create() public méthode

public Create ( string name, Value value ) : Value
name string
value Value
Résultat Value

Find() public méthode

public Find ( string name, Value newval = null ) : Value
name string
newval Value
Résultat Value

Scope() public méthode

public Scope ( Scope parent ) : System
parent Scope
Résultat System

Property Details

Global public_oe static_oe property

public static Scope,GPL Global
Résultat Scope