Skip to content

ListCopier<T> Constructors

Copier for System.Collections.Generic.List.

ListCopier<T>(IDeepCopier<T>)

View source
public ListCopier(IDeepCopier<T> valueCopier)
Initializes a new instance of the Orleans.Serialization.Codecs.ListCopier class.

Parameters

valueCopierIDeepCopier<T>
The value copier.