Edit

Share via


IBaseCopier<T> Interface

Definition

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 input and copies them to output.

Applies to

See also