Edit

Share via


ImmutableArrayCopier<T> Class

Definition

Copier for ImmutableArray<T>.

[Orleans.RegisterCopier]
public sealed class ImmutableArrayCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableArray<T>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableArrayCopier<'T> = class
    interface IDeepCopier<ImmutableArray<'T>>
    interface IDeepCopier
    interface IOptionalDeepCopier
Public NotInheritable Class ImmutableArrayCopier(Of T)
Implements IDeepCopier(Of ImmutableArray(Of T)), IOptionalDeepCopier

Type Parameters

T

The element type.

Inheritance
ImmutableArrayCopier<T>
Attributes
Implements

Constructors

ImmutableArrayCopier<T>(IDeepCopier<T>)

Methods

DeepCopy(ImmutableArray<T>, CopyContext)

Creates a deep copy of the provided input.

IsShallowCopyable()

Explicit Interface Implementations

IDeepCopier.DeepCopy(Object, CopyContext)

Applies to