C# Class Raven.Client.Indexes.ExpressionOperatorPrecedenceExtension

Methods on the enum
Afficher le fichier Open project: robashton/ravendb

Méthodes publiques

Méthode Description
NeedsParenthesisFor ( this outer, ExpressionOperatorPrecedence inner ) : bool

Needs parenthesis for the expression

Method Details

NeedsParenthesisFor() public static méthode

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