ListCopier<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 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 |