OpenApiWriterAnyExtensions Class
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.
Extensions methods for writing the IOpenApiAny
public static class OpenApiWriterAnyExtensions
type OpenApiWriterAnyExtensions = class
Public Module OpenApiWriterAnyExtensions
- Inheritance
-
OpenApiWriterAnyExtensions
Methods
WriteAny<T>(IOpenApiWriter, T) |
Write the IOpenApiAny value. |
WriteExtensions(IOpenApiWriter, IDictionary<String,IOpenApiExtension>, OpenApiSpecVersion) |
Write the specification extensions |