CollectionCopier<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 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 |
DeepCopy(Collection<T>, CopyContext) |
Creates a deep copy of the provided input. |