Click or drag to resize

BaseRecognizerDebugSemanticPredicate Method

[Missing <summary> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.BaseRecognizer.DebugSemanticPredicate(System.Boolean,System.String)"]

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
protected virtual void DebugSemanticPredicate(
	bool result,
	string predicate
)

Parameters

result
Type: SystemBoolean

[Missing <param name="result"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.BaseRecognizer.DebugSemanticPredicate(System.Boolean,System.String)"]

predicate
Type: SystemString

[Missing <param name="predicate"/> documentation for "M:Stimulsoft.Data.Expressions.Antlr.Runtime.BaseRecognizer.DebugSemanticPredicate(System.Boolean,System.String)"]

See Also