ImmutableHashSetCopier<T>
class
Namespace: Orleans.Serialization.Codecs
Copier for
System.Collections.Immutable.ImmutableHashSet. public sealed class ImmutableHashSetCopier<T> : IDeepCopier, IDeepCopier<ImmutableHashSet<T>>, IOptionalDeepCopierConstructors
ImmutableHashSetCopier<T>(IDeepCopier<T>)Initializes a new instance of theOrleans.Serialization.Codecs.ImmutableHashSetCopierclass.
Methods
DeepCopy(ImmutableHashSet<T>, CopyContext)Creates a deep copy of the provided input.IsShallowCopyableReturns true if the type is shallow-copyable.
