API version:
Show / Hide Table of Contents

Interface IDeepCloneable<T>

An object that can be deep cloned.

Namespace: Okta.Sdk.Internal
Assembly: Okta.Sdk.dll
Syntax
public interface IDeepCloneable<T>
Type Parameters
Name Description
T

The type.

Methods

DeepClone()

Returns a deep clone (copy) of this object.

Declaration
T DeepClone()
Returns
Type Description
T

A deep clone (copy) of this object.

Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.