C# Class ExpressionEngine.Scope

Afficher le fichier Open project: gsscoder/exprengine Class Usage Examples

Méthodes publiques

Méthode Description
Scope ( ) : System.Collections.Generic
this ( string name ) : object

Method Details

Scope() public méthode

public Scope ( ) : System.Collections.Generic
Résultat System.Collections.Generic

this() public méthode

public this ( string name ) : object
name string
Résultat object