JsonSchemaReference 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
| Name | Description |
|---|---|
| JsonSchemaReference() |
Parameterless constructor |
| JsonSchemaReference(JsonSchemaReference) |
Initializes a copy instance of the JsonSchemaReference object |
JsonSchemaReference()
- Source:
- JsonSchemaReference.cs
Parameterless constructor
public JsonSchemaReference();
Public Sub New ()
Applies to
JsonSchemaReference(JsonSchemaReference)
- Source:
- JsonSchemaReference.cs
Initializes a copy instance of the JsonSchemaReference object
public JsonSchemaReference(Microsoft.OpenApi.JsonSchemaReference reference);
new Microsoft.OpenApi.JsonSchemaReference : Microsoft.OpenApi.JsonSchemaReference -> Microsoft.OpenApi.JsonSchemaReference
Public Sub New (reference As JsonSchemaReference)
Parameters
- reference
- JsonSchemaReference