OpenApiStringReader.Read(String, OpenApiDiagnostic) 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 Microsoft.OpenApi.Models.OpenApiDocument Read (string input, out Microsoft.OpenApi.Readers.OpenApiDiagnostic diagnostic);
abstract member Read : string * OpenApiDiagnostic -> Microsoft.OpenApi.Models.OpenApiDocument
override this.Read : string * OpenApiDiagnostic -> Microsoft.OpenApi.Models.OpenApiDocument
Public Function Read (input As String, ByRef diagnostic As OpenApiDiagnostic) As OpenApiDocument
Parameters
- input
- String
- diagnostic
- OpenApiDiagnostic