OpenApiAnyCloneHelper.CloneFromCopyConstructor(IOpenApiAny) 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.
Clones an instance of IOpenApiAny object from the copy constructor
public static Microsoft.OpenApi.Any.IOpenApiAny CloneFromCopyConstructor (Microsoft.OpenApi.Any.IOpenApiAny obj);
static member CloneFromCopyConstructor : Microsoft.OpenApi.Any.IOpenApiAny -> Microsoft.OpenApi.Any.IOpenApiAny
Public Shared Function CloneFromCopyConstructor (obj As IOpenApiAny) As IOpenApiAny
Parameters
- obj
- IOpenApiAny
The object instance.
Returns
A clone copy or the object itself.