Click or drag to resize

PatternExprPrecedenceEnumExtensionsGetLevel Method

Returns Precedence.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static int GetLevel(
	this PatternExprPrecedenceEnum value
)

Parameters

value
Type: com.espertech.esper.common.client.sodaPatternExprPrecedenceEnum

[Missing <param name="value"/> documentation for "M:com.espertech.esper.common.client.soda.PatternExprPrecedenceEnumExtensions.GetLevel(com.espertech.esper.common.client.soda.PatternExprPrecedenceEnum)"]

Return Value

Type: Int32
Precedence

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PatternExprPrecedenceEnum. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also