FSharpMapCopier<TKey,TValue> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[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) |