OpenApiYamlWriter Constructors
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.
Overloads
OpenApiYamlWriter(TextWriter) |
Initializes a new instance of the OpenApiYamlWriter class. |
OpenApiYamlWriter(TextWriter, OpenApiWriterSettings) |
Initializes a new instance of the OpenApiYamlWriter class. |
OpenApiYamlWriter(TextWriter)
Initializes a new instance of the OpenApiYamlWriter class.
public OpenApiYamlWriter (System.IO.TextWriter textWriter);
new Microsoft.OpenApi.Writers.OpenApiYamlWriter : System.IO.TextWriter -> Microsoft.OpenApi.Writers.OpenApiYamlWriter
Public Sub New (textWriter As TextWriter)
Parameters
- textWriter
- TextWriter
The text writer.
Applies to
OpenApiYamlWriter(TextWriter, OpenApiWriterSettings)
Initializes a new instance of the OpenApiYamlWriter class.
public OpenApiYamlWriter (System.IO.TextWriter textWriter, Microsoft.OpenApi.Writers.OpenApiWriterSettings settings);
new Microsoft.OpenApi.Writers.OpenApiYamlWriter : System.IO.TextWriter * Microsoft.OpenApi.Writers.OpenApiWriterSettings -> Microsoft.OpenApi.Writers.OpenApiYamlWriter
Public Sub New (textWriter As TextWriter, settings As OpenApiWriterSettings)
Parameters
- textWriter
- TextWriter
The text writer.
- settings
- OpenApiWriterSettings