Skip to content

MemoryCopier<T> Constructors

Copier for System.Memory.

MemoryCopier<T>(IDeepCopier<T>)

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

Parameters

elementCopierIDeepCopier<T>
The element copier.