Lezen in het Engels Bewerken

Delen via


IBaseCopier<T> Interface

Definition

Provides functionality for copying members from one object to another.

C#
public interface IBaseCopier<T> : Orleans.Serialization.Cloning.IBaseCopier where T : class

Type Parameters

T

The type of objects which this instance can copy.

Derived
Implements

Methods

DeepCopy(T, T, CopyContext)

Clones members from input and copies them to output.

Applies to

Product Versies
.NET Orleans 7.0.0, 8.0.0, 8.1.0, 8.2.0, 9.0.0

See also