Edit

Share via


ListCopier<T> Class

Definition

Copier for List<T>.

[Orleans.RegisterCopier]
public sealed class ListCopier<T> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Generic.List<T>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.List<T>>
[<Orleans.RegisterCopier>]
type ListCopier<'T> = class
    interface IDeepCopier<List<'T>>
    interface IDeepCopier
    interface IBaseCopier<List<'T>>
    interface IBaseCopier
Public NotInheritable Class ListCopier(Of T)
Implements IBaseCopier(Of List(Of T)), IDeepCopier(Of List(Of T))

Type Parameters

T

The element type.

Inheritance
ListCopier<T>
Attributes
Implements

Constructors

ListCopier<T>(IDeepCopier<T>)

Initializes a new instance of the ListCopier<T> class.

Methods

DeepCopy(List<T>, CopyContext)

Creates a deep copy of the provided input.

DeepCopy(List<T>, List<T>, CopyContext)

Clones members from input and copies them to output.

Applies to