ImmutableSortedSetCopier<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 ImmutableSortedSet<T>.
[Orleans.RegisterCopier]
public sealed class ImmutableSortedSetCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableSortedSet<T>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableSortedSetCopier<'T> = class
interface IDeepCopier<ImmutableSortedSet<'T>>
interface IDeepCopier
interface IOptionalDeepCopier
Public NotInheritable Class ImmutableSortedSetCopier(Of T)
Implements IDeepCopier(Of ImmutableSortedSet(Of T)), IOptionalDeepCopier
Type Parameters
- T
The element type.
- Inheritance
-
ImmutableSortedSetCopier<T>
- Attributes
- Implements
Constructors
ImmutableSortedSetCopier<T>(IDeepCopier<T>) |
Methods
DeepCopy(ImmutableSortedSet<T>, CopyContext) |
Creates a deep copy of the provided input. |
IsShallowCopyable() |