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;
		}