ImmutableHashSetCopier<T> Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Copiador para ImmutableHashSet<T>.
[Orleans.RegisterCopier]
public sealed class ImmutableHashSetCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Immutable.ImmutableHashSet<T>>, Orleans.Serialization.Cloning.IOptionalDeepCopier
[<Orleans.RegisterCopier>]
type ImmutableHashSetCopier<'T> = class
interface IDeepCopier<ImmutableHashSet<'T>>
interface IDeepCopier
interface IOptionalDeepCopier
Public NotInheritable Class ImmutableHashSetCopier(Of T)
Implements IDeepCopier(Of ImmutableHashSet(Of T)), IOptionalDeepCopier
Parâmetros de tipo
- T
O tipo de elemento.
- Herança
-
ImmutableHashSetCopier<T>
- Atributos
- Implementações
Construtores
ImmutableHashSetCopier<T>(IDeepCopier<T>) |
Copiador para ImmutableHashSet<T>. |
Métodos
DeepCopy(ImmutableHashSet<T>, CopyContext) |
Cria uma cópia profunda da entrada fornecida. |
IsShallowCopyable() |
Copiador para ImmutableHashSet<T>. |