ImmutableQueueCopier<T> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Copier for ImmutableQueue<T>.
[Orleans.RegisterCopier]
public sealed class ImmutableQueueCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableQueue<T>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableQueueCopier<'T> = class
interface IDeepCopier<ImmutableQueue<'T>>
interface IDeepCopier
interface IOptionalDeepCopier
Public NotInheritable Class ImmutableQueueCopier(Of T)
Implements IDeepCopier(Of ImmutableQueue(Of T)), IOptionalDeepCopier
Type Parameters
- T
The element type.
- Inheritance
-
ImmutableQueueCopier<T>
- Attributes
- Implements
Constructors
ImmutableQueueCopier<T>(IDeepCopier<T>) |
Methods
DeepCopy(ImmutableQueue<T>, CopyContext) |
Creates a deep copy of the provided input. |
IsShallowCopyable() |