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

GetSymbolTable() public method

Returns the symbol table for this scope.
Returns the symbol table for this scope.
public GetSymbolTable ( ) : Symbol>.IDictionary
return Symbol>.IDictionary
		public virtual IDictionary<string, Symbol> GetSymbolTable()
		{
			return symbolTable;
		}