Edit

DeepCopier.GetCopier<T> Method

Definition

Returns a copier which is specialized to the provided type parameter.

public Orleans.Serialization.DeepCopier<T> GetCopier<T>();
member this.GetCopier : unit -> Orleans.Serialization.DeepCopier<'T>
Public Function GetCopier(Of T) () As DeepCopier(Of T)

Type Parameters

T

The underlying type for the returned copier.

Returns

Applies to