FSharpListCopier<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.
[Orleans.RegisterCopier]
public class FSharpListCopier<T> : Orleans.Serialization.Cloning.IDeepCopier<Microsoft.FSharp.Collections.FSharpList<T>>
[<Orleans.RegisterCopier>]
type FSharpListCopier<'T> = class
interface IDeepCopier<List<'T>>
interface IDeepCopier
Public Class FSharpListCopier(Of T)
Implements IDeepCopier(Of FSharpList(Of T))
Parâmetros de tipo
- T
- Herança
-
FSharpListCopier<T>
- Atributos
- Implementações
-
IDeepCopier IDeepCopier<Microsoft.FSharp.Collections.FSharpList<T>>
Construtores
FSharpListCopier<T>(IDeepCopier<T>) |
Métodos
DeepCopy(FSharpList<T>, CopyContext) |