ImmutableHashSetCopier<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 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() |