SortedSetCopier<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 SortedSet<T>.
[Orleans.RegisterCopier]
public sealed class SortedSetCopier<T> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Generic.SortedSet<T>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.SortedSet<T>>
[<Orleans.RegisterCopier>]
type SortedSetCopier<'T> = class
interface IDeepCopier<SortedSet<'T>>
interface IDeepCopier
interface IBaseCopier<SortedSet<'T>>
interface IBaseCopier
Public NotInheritable Class SortedSetCopier(Of T)
Implements IBaseCopier(Of SortedSet(Of T)), IDeepCopier(Of SortedSet(Of T))
Type Parameters
- T
The element type.
- Inheritance
-
SortedSetCopier<T>
- Attributes
- Implements
Constructors
SortedSetCopier<T>(IDeepCopier<T>) |
Initializes a new instance of the SortedSetCopier<T> class. |
Methods
DeepCopy(SortedSet<T>, CopyContext) |
Creates a deep copy of the provided input. |
DeepCopy(SortedSet<T>, SortedSet<T>, CopyContext) |
Clones members from |