Click or drag to resize

ICloneWithContext Interface

An interface for an object that can make a copy of itself that is guided by a CopyContext instance. Objects that implement this interface enable a great deal of flexibility in how "deeply" they are copied.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public interface ICloneWithContext

The ICloneWithContext type exposes the following members.

Methods
  NameDescription
Public methodClone
Clones this object using the specified context.
Top
Remarks
See Clone(CopyContext) for details on how to implement this interface.
See Also