Rhino.Ast.Symbol.SetNode C# (CSharp) Method

SetNode() public method

Sets the node associated with this identifier
public SetNode ( Node node ) : void
node Node
return void
		public virtual void SetNode(Node node)
		{
			this.node = node;
		}