Skip to content

ArraySegmentCopier<T>.ArraySegmentCopier<T>(IDeepCopier<T>)

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.