Rhino.Ast.Scope.GetSymbolTable C# (CSharp) Метод

GetSymbolTable() публичный Метод

Returns the symbol table for this scope.
Returns the symbol table for this scope.
public GetSymbolTable ( ) : Symbol>.IDictionary
Результат Symbol>.IDictionary
		public virtual IDictionary<string, Symbol> GetSymbolTable()
		{
			return symbolTable;
		}