ArraySegmentCopier<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copier for ArraySegment<T>.
[Orleans.RegisterCopier]
public sealed class ArraySegmentCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<ArraySegment<T>>
[<Orleans.RegisterCopier>]
type ArraySegmentCopier<'T> = class
interface IDeepCopier<ArraySegment<'T>>
interface IDeepCopier
Public NotInheritable Class ArraySegmentCopier(Of T)
Implements IDeepCopier(Of ArraySegment(Of T))
Type Parameters
- T
The element type.
- Inheritance
-
ArraySegmentCopier<T>
- Attributes
- Implements
Constructors
ArraySegmentCopier<T>(IDeepCopier<T>) |
Initializes a new instance of the ArraySegmentCopier<T> class. |
Methods
DeepCopy(ArraySegment<T>, CopyContext) |
Creates a deep copy of the provided input. |