Edit

Share via


CollectionCopier<T> Class

Definition

Copier for Collection<T>.

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

Type Parameters

T

The element type.

Inheritance
CollectionCopier<T>
Attributes
Implements

Constructors

CollectionCopier<T>(IDeepCopier<T>)

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

Methods

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

Clones members from input and copies them to output.

DeepCopy(Collection<T>, CopyContext)

Creates a deep copy of the provided input.

Applies to