Rhino.Ast.Scope.SetSymbolTable C# (CSharp) 메소드

SetSymbolTable() 공개 메소드

Sets the symbol table for this scope.
Sets the symbol table for this scope. May be null .
public SetSymbolTable ( Symbol>.IDictionary table ) : void
table Symbol>.IDictionary
리턴 void
		public virtual void SetSymbolTable(IDictionary<string, Symbol> table)
		{
			symbolTable = table;
		}