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