C# Class Raven.Client.Indexes.ExpressionOperatorPrecedenceExtension

Methods on the enum
显示文件 Open project: robashton/ravendb

Public Methods

Method Description
NeedsParenthesisFor ( this outer, ExpressionOperatorPrecedence inner ) : bool

Needs parenthesis for the expression

Method Details

NeedsParenthesisFor() public static method

Needs parenthesis for the expression
public static NeedsParenthesisFor ( this outer, ExpressionOperatorPrecedence inner ) : bool
outer this
inner ExpressionOperatorPrecedence
return bool