Edit

Share via


ReadOnlyCollectionCopier<T> Class

Definition

Copier for ReadOnlyCollection<T>.

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

Type Parameters

T

The element type.

Inheritance
ReadOnlyCollectionCopier<T>
Attributes
Implements

Constructors

ReadOnlyCollectionCopier<T>(IDeepCopier<T>)

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

Methods

DeepCopy(ReadOnlyCollection<T>, CopyContext)

Creates a deep copy of the provided input.

Applies to