ReadOnlyCollectionCopier<T>.DeepCopy Method
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.
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
.