Skip to content

ArraySegmentCopier<T> Constructors

Copier for System.ArraySegment.

ArraySegmentCopier<T>(IDeepCopier<T>)

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

Parameters

elementCopierIDeepCopier<T>
The element copier.