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) |