IBaseCopier<T> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides functionality for copying members from one object to another.
public interface IBaseCopier<T> : Orleans.Serialization.Cloning.IBaseCopier where T : class
type IBaseCopier<'T (requires 'T : null)> = interface
interface IBaseCopier
Public Interface IBaseCopier(Of T)
Implements IBaseCopier
Type Parameters
- T
The type of objects which this instance can copy.
- Derived
- Implements
Methods
DeepCopy(T, T, CopyContext) |
Clones members from |