ImmutableListCopier<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 ImmutableList<T>.
[Orleans.RegisterCopier]
public sealed class ImmutableListCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableList<T>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableListCopier<'T> = class
interface IDeepCopier<ImmutableList<'T>>
interface IDeepCopier
interface IOptionalDeepCopier
Public NotInheritable Class ImmutableListCopier(Of T)
Implements IDeepCopier(Of ImmutableList(Of T)), IOptionalDeepCopier
Type Parameters
- T
The element type.
- Inheritance
-
ImmutableListCopier<T>
- Attributes
- Implements
Constructors
ImmutableListCopier<T>(IDeepCopier<T>) |
Methods
DeepCopy(ImmutableList<T>, CopyContext) |
Creates a deep copy of the provided input. |
IsShallowCopyable() |