Skip to content

StackCopier<T> Constructors

Copier for System.Collections.Generic.Stack.

StackCopier<T>(IDeepCopier<T>)

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

Parameters

valueCopierIDeepCopier<T>
The value copier.