Edit

Share via


ImmutableHashSetCopier<T> Class

Definition

Copier for ImmutableHashSet<T>.

[Orleans.RegisterCopier]
public sealed class ImmutableHashSetCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableHashSet<T>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableHashSetCopier<'T> = class
    interface IDeepCopier<ImmutableHashSet<'T>>
    interface IDeepCopier
    interface IOptionalDeepCopier
Public NotInheritable Class ImmutableHashSetCopier(Of T)
Implements IDeepCopier(Of ImmutableHashSet(Of T)), IOptionalDeepCopier

Type Parameters

T

The element type.

Inheritance
ImmutableHashSetCopier<T>
Attributes
Implements

Constructors

ImmutableHashSetCopier<T>(IDeepCopier<T>)

Methods

DeepCopy(ImmutableHashSet<T>, CopyContext)

Creates a deep copy of the provided input.

IsShallowCopyable()

Applies to