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.2.419.0 (24.2.419.0)
Syntax public interface ICloneWithContext
Public Interface ICloneWithContext
public interface class ICloneWithContext
type ICloneWithContext = interface end
The ICloneWithContext type exposes the following members.
Methods
| Name | Description |
---|
| Clone |
Clones this object using the specified context.
|
TopRemarks See Also