Rhino.Ast.VariableDeclaration.SetIsStatement C# (CSharp) Method

SetIsStatement() public method

Set or unset the statement flag.
Set or unset the statement flag.
public SetIsStatement ( bool isStatement ) : void
isStatement bool
return void
		public virtual void SetIsStatement(bool isStatement)
		{
			this.isStatement = isStatement;
		}