AbstractComplexDataEntity.FindParseStateWithTag(String, Boolean) Method
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:
abstract Microsoft::Solutions::BTAHL7::Pipelines::ParserState ^ FindParseStateWithTag(System::String ^ nextTag, [Runtime::InteropServices::Out] bool % unexpectedTag);
public abstract Microsoft.Solutions.BTAHL7.Pipelines.ParserState FindParseStateWithTag (string nextTag, out bool unexpectedTag);
abstract member FindParseStateWithTag : string * -> Microsoft.Solutions.BTAHL7.Pipelines.ParserState
Public MustOverride Function FindParseStateWithTag (nextTag As String, ByRef unexpectedTag As Boolean) As ParserState
Parameters
- nextTag
- String
- unexpectedTag
- Boolean