OpenApiTagReference.CopyReference(BaseOpenApiReference) 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.
Copy the reference as a target element with overrides.
protected override Microsoft.OpenApi.BaseOpenApiReference CopyReference(Microsoft.OpenApi.BaseOpenApiReference sourceReference);
override this.CopyReference : Microsoft.OpenApi.BaseOpenApiReference -> Microsoft.OpenApi.BaseOpenApiReference
Protected Overrides Function CopyReference (sourceReference As BaseOpenApiReference) As BaseOpenApiReference
Parameters
- sourceReference
- BaseOpenApiReference
The source reference to copy
Returns
The copy of the reference