Düzenle

Aracılığıyla paylaş


SortedSetCopier<T> Class

Definition

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 input and copies them to output.

Applies to