DeepCopier.GetCopier<T> Method
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.
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.