ImmutableSortedSetCopier<T> Clase
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Copiador para ImmutableSortedSet<T>.
[Orleans.RegisterCopier]
public sealed class ImmutableSortedSetCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableSortedSet<T>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableSortedSetCopier<'T> = class
interface IDeepCopier<ImmutableSortedSet<'T>>
interface IDeepCopier
interface IOptionalDeepCopier
Public NotInheritable Class ImmutableSortedSetCopier(Of T)
Implements IDeepCopier(Of ImmutableSortedSet(Of T)), IOptionalDeepCopier
Parámetros de tipo
- T
El tipo de elemento.
- Herencia
-
ImmutableSortedSetCopier<T>
- Atributos
- Implementaciones
Constructores
ImmutableSortedSetCopier<T>(IDeepCopier<T>) |
Copiador para ImmutableSortedSet<T>. |
Métodos
DeepCopy(ImmutableSortedSet<T>, CopyContext) |
Crea una copia en profundidad de la entrada proporcionada. |
IsShallowCopyable() |
Copiador para ImmutableSortedSet<T>. |