Share via


NfaAction 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 ( _
    opCodeAsNfaActionOpcode, _
    lexerProductionIdAsInteger, _
    operand2AsInteger _
)
'Usage
DimopCodeAsNfaActionOpcodeDimlexerProductionIdAsIntegerDimoperand2AsIntegerDiminstanceAs NewNfaAction(opCode, _
    lexerProductionId, operand2)
publicNfaAction(
    NfaActionOpcodeopCode,
    intlexerProductionId,
    intoperand2
)
public:
NfaAction(
    NfaActionOpcodeopCode, 
    intlexerProductionId, 
    intoperand2
)
publicfunctionNfaAction(
    opCode : NfaActionOpcode, 
    lexerProductionId : int, 
    operand2 : int
)

Parameters

.NET Framework Security

See Also

Reference

NfaAction Structure

NfaAction Members

System.Dataflow Namespace