Edit

Share via


ReadOnlyCollectionCopier<T>.DeepCopy Method

Definition

Creates a deep copy of the provided input.

public System.Collections.ObjectModel.ReadOnlyCollection<T> DeepCopy (System.Collections.ObjectModel.ReadOnlyCollection<T> input, Orleans.Serialization.Cloning.CopyContext context);
abstract member DeepCopy : System.Collections.ObjectModel.ReadOnlyCollection<'T> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.ObjectModel.ReadOnlyCollection<'T>
override this.DeepCopy : System.Collections.ObjectModel.ReadOnlyCollection<'T> * Orleans.Serialization.Cloning.CopyContext -> System.Collections.ObjectModel.ReadOnlyCollection<'T>
Public Function DeepCopy (input As ReadOnlyCollection(Of T), context As CopyContext) As ReadOnlyCollection(Of T)

Parameters

input
ReadOnlyCollection<T>

The input.

context
CopyContext

The context.

Returns

A copy of input.

Implements

Applies to