Share via


BaseOpenApiReferenceHolder<T,U,V>.CopyReference(V) Method

Definition

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

Applies to