SortedListCopier<TKey,TValue> 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
的 SortedList<TKey,TValue>复制器。
[Orleans.RegisterCopier]
public sealed class SortedListCopier<TKey,TValue> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Generic.SortedList<TKey,TValue>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.SortedList<TKey,TValue>>
[<Orleans.RegisterCopier>]
type SortedListCopier<'Key, 'Value> = class
interface IDeepCopier<SortedList<'Key, 'Value>>
interface IDeepCopier
interface IBaseCopier<SortedList<'Key, 'Value>>
interface IBaseCopier
Public NotInheritable Class SortedListCopier(Of TKey, TValue)
Implements IBaseCopier(Of SortedList(Of TKey, TValue)), IDeepCopier(Of SortedList(Of TKey, TValue))
类型参数
- TKey
键类型。
- TValue
值类型。
- 继承
-
SortedListCopier<TKey,TValue>
- 属性
- 实现
构造函数
SortedListCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
初始化 SortedListCopier<TKey,TValue> 类的新实例。 |
方法
DeepCopy(SortedList<TKey,TValue>, CopyContext) |
创建提供的输入的深层副本。 |
DeepCopy(SortedList<TKey,TValue>, SortedList<TKey,TValue>, CopyContext) |
从 |