OpenApiDocument.ResolveReference(OpenApiReference) Method
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.
Load the referenced IOpenApiReferenceable object from a OpenApiReference object
public Microsoft.OpenApi.Interfaces.IOpenApiReferenceable ResolveReference (Microsoft.OpenApi.Models.OpenApiReference reference);
member this.ResolveReference : Microsoft.OpenApi.Models.OpenApiReference -> Microsoft.OpenApi.Interfaces.IOpenApiReferenceable
Public Function ResolveReference (reference As OpenApiReference) As IOpenApiReferenceable
Parameters
- reference
- OpenApiReference