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