IBaseCopier<T> Interface
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.
C#
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
- T
The type of objects which this instance can copy.
- Derived
- Implements
Deep |
Clones members from |
Product | Versies |
---|---|
.NET Orleans | 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0 |