ReadOnlyCollectionCopier<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 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. |