Skip to content

SortedSetCopier<T> Constructors

Copier for System.Collections.Generic.SortedSet.

SortedSetCopier<T>(IDeepCopier<T>)

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

Parameters

elementCopierIDeepCopier<T>
The element copier.