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