C# Class ExpressionEngine.Scope

Mostrar archivo Open project: gsscoder/exprengine Class Usage Examples

Public Methods

Method Description
Scope ( ) : System.Collections.Generic
this ( string name ) : object

Method Details

Scope() public method

public Scope ( ) : System.Collections.Generic
return System.Collections.Generic

this() public method

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