ArraySegmentCopier<T>
class
Namespace: Orleans.Serialization.Codecs
Copier for
System.ArraySegment. public sealed class ArraySegmentCopier<T> : IDeepCopier, IDeepCopier<ArraySegment<T>>Constructors
ArraySegmentCopier<T>(IDeepCopier<T>)Initializes a new instance of theOrleans.Serialization.Codecs.ArraySegmentCopierclass.
Methods
DeepCopy(ArraySegment<T>, CopyContext)Creates a deep copy of the provided input.
