Rhino.Ast.PropertyGet.SetProperty C# (CSharp) Method

SetProperty() public method

Sets the property being accessed, and sets its parent to this node.
Sets the property being accessed, and sets its parent to this node.
/// } if /// property /// is /// null ///
public SetProperty ( Name property ) : void
property Name
return void
		public virtual void SetProperty(Name property)
		{
			SetRight(property);
		}