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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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.
|
Top
Remarks
See Also