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