Click or drag to resize

IRuleReturnScopeTLabel Interface

Rules can have start/stop info.

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
public interface IRuleReturnScope<TLabel> : IRuleReturnScope

Type Parameters

TLabel
The element type of the input stream.

The IRuleReturnScopeTLabel type exposes the following members.

Properties
  NameDescription
Public propertyStart
Gets the start element from the input stream
Public propertyStop
Gets the stop element from the input stream
Top
See Also