다음을 통해 공유


FSharpMapCopier<TKey,TValue> 클래스

정의

[Orleans.RegisterCopier]
public class FSharpMapCopier<TKey,TValue> : Orleans.Serialization.Cloning.IDeepCopier<Microsoft.FSharp.Collections.FSharpMap<TKey,TValue>>
[<Orleans.RegisterCopier>]
type FSharpMapCopier<'Key, 'Value> = class
    interface IDeepCopier<Map<'Key, 'Value>>
    interface IDeepCopier
Public Class FSharpMapCopier(Of TKey, TValue)
Implements IDeepCopier(Of FSharpMap(Of TKey, TValue))

형식 매개 변수

TKey
TValue
상속
FSharpMapCopier<TKey,TValue>
특성
구현
IDeepCopier IDeepCopier<Microsoft.FSharp.Collections.FSharpMap<TKey,TValue>>

생성자

FSharpMapCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>)

메서드

DeepCopy(FSharpMap<TKey,TValue>, CopyContext)

적용 대상