Reduction Constructor
[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]
Namespace: System.Dataflow
Assembly: System.Dataflow (in System.Dataflow.dll)
Syntax
'Declaration
PublicSubNew ( _
parseContextAsParseContext, _
productionIdAsInteger, _
previousAsGlrState, _
rightmostAsGlrState, _
syncStateAsGlrState _
)
'Usage
DimparseContextAsParseContextDimproductionIdAsIntegerDimpreviousAsGlrStateDimrightmostAsGlrStateDimsyncStateAsGlrStateDiminstanceAs NewReduction(parseContext, _
productionId, previous, rightmost, _
syncState)
publicReduction(
ParseContextparseContext,
intproductionId,
GlrStateprevious,
GlrStaterightmost,
GlrStatesyncState
)
public:
Reduction(
ParseContext^ parseContext,
intproductionId,
GlrState^ previous,
GlrState^ rightmost,
GlrState^ syncState
)
publicfunctionReduction(
parseContext : ParseContext,
productionId : int,
previous : GlrState,
rightmost : GlrState,
syncState : GlrState
)
Parameters
- parseContext
Type: System.Dataflow. . :: . .ParseContext
- productionId
Type: System. . :: . .Int32
- previous
Type: System.Dataflow. . :: . .GlrState
- rightmost
Type: System.Dataflow. . :: . .GlrState
- syncState
Type: System.Dataflow. . :: . .GlrState
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see https://msdn.microsoft.com/en-us/library/8skskf63(v=vs.85).