Compartir a través de


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

.NET Framework Security

See Also

Reference

Reduction Class

Reduction Members

System.Dataflow Namespace