ImmutableArrayCopier<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 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) |