IDeepCloneable Interface

Defines an interface for objects that can been deep cloned.

Definition

Namespace: MFiles.VAF.MultiserverMode
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public interface IDeepCloneable

Methods

DeepClone Creates a deep clone copy of the object.

See Also