BaseOpenApiReferenceHolder<T,U,V>.CopyReference(V) 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 abstract V CopyReference(V sourceReference);
abstract member CopyReference : 'V -> 'V
Protected MustOverride Function CopyReference (sourceReference As V) As V
Parameters
- sourceReference
- V
The source reference to copy
Returns
V
The copy of the reference