Rhino.Ast.Scope.Scope C# (CSharp) Method

Scope() public method

public Scope ( ) : System
return System
		public Scope()
		{
			{
				// Use LinkedHashMap so that the iteration order is the insertion order
				// current script or function scope
				this.type = Token.BLOCK;
			}
		}

Same methods

Scope::Scope ( int pos ) : System
Scope::Scope ( int pos, int len ) : System