Rhino.Ast.Scope.GetSymbolTable C# (CSharp) Méthode

GetSymbolTable() public méthode

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