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