ParserState(Int32, Int32, AbstractComplexDataEntity, ParserState) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
ParserState(int childIdx, int repCount, Microsoft::Solutions::BTAHL7::Pipelines::AbstractComplexDataEntity ^ node, Microsoft::Solutions::BTAHL7::Pipelines::ParserState ^ subChildState);
public ParserState (int childIdx, int repCount, Microsoft.Solutions.BTAHL7.Pipelines.AbstractComplexDataEntity node, Microsoft.Solutions.BTAHL7.Pipelines.ParserState subChildState);
new Microsoft.Solutions.BTAHL7.Pipelines.ParserState : int * int * Microsoft.Solutions.BTAHL7.Pipelines.AbstractComplexDataEntity * Microsoft.Solutions.BTAHL7.Pipelines.ParserState -> Microsoft.Solutions.BTAHL7.Pipelines.ParserState
Public Sub New (childIdx As Integer, repCount As Integer, node As AbstractComplexDataEntity, subChildState As ParserState)
Parameters
- childIdx
- Int32
- repCount
- Int32
- subChildState
- ParserState