OpenApiNull 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
OpenApiNull() |
Parameterless constructor |
OpenApiNull(OpenApiNull) |
Initializes a copy of OpenApiNull object |
OpenApiNull()
Parameterless constructor
public OpenApiNull ();
Public Sub New ()
Applies to
OpenApiNull(OpenApiNull)
Initializes a copy of OpenApiNull object
public OpenApiNull (Microsoft.OpenApi.Any.OpenApiNull openApiNull);
new Microsoft.OpenApi.Any.OpenApiNull : Microsoft.OpenApi.Any.OpenApiNull -> Microsoft.OpenApi.Any.OpenApiNull
Public Sub New (openApiNull As OpenApiNull)
Parameters
- openApiNull
- OpenApiNull