ParsingContext(OpenApiDiagnostic) 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.
Create Parsing Context
public ParsingContext(Microsoft.OpenApi.Reader.OpenApiDiagnostic diagnostic);
new Microsoft.OpenApi.Reader.ParsingContext : Microsoft.OpenApi.Reader.OpenApiDiagnostic -> Microsoft.OpenApi.Reader.ParsingContext
Public Sub New (diagnostic As OpenApiDiagnostic)
Parameters
- diagnostic
- OpenApiDiagnostic
Provide instance for diagnostic object for collecting and accessing information about the parsing.