ReadOnlyDictionaryCopier<TKey,TValue> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[Orleans.RegisterCopier]
public sealed class ReadOnlyDictionaryCopier<TKey,TValue> : Orleans.Serialization.Cloning.IDeepCopier<System.Collections.ObjectModel.ReadOnlyDictionary<TKey,TValue>>
[<Orleans.RegisterCopier>]
type ReadOnlyDictionaryCopier<'Key, 'Value> = class
interface IDeepCopier<ReadOnlyDictionary<'Key, 'Value>>
interface IDeepCopier
Public NotInheritable Class ReadOnlyDictionaryCopier(Of TKey, TValue)
Implements IDeepCopier(Of ReadOnlyDictionary(Of TKey, TValue))
類型參數
- TKey
- TValue
- 繼承
-
ReadOnlyDictionaryCopier<TKey,TValue>
- 屬性
- 實作
-
IDeepCopier IDeepCopier<ReadOnlyDictionary<TKey,TValue>>
建構函式
ReadOnlyDictionaryCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
方法
DeepCopy(ReadOnlyDictionary<TKey,TValue>, CopyContext) |