Skip to content

FrozenSetCopier<T> Constructors

Copier for System.Collections.Frozen.FrozenSet.

FrozenSetCopier<T>(IDeepCopier<T>)

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

Parameters

copierIDeepCopier<T>
The element copier.