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

IsStatement() public method

Returns true if this node represents a statement.
Returns true if this node represents a statement.
public IsStatement ( ) : bool
return bool
		public virtual bool IsStatement()
		{
			return isStatement;
		}