SortedDictionaryCopier<TKey,TValue> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[Orleans.RegisterCopier]
public sealed class SortedDictionaryCopier<TKey,TValue> : Orleans.Serialization.Cloning.IBaseCopier<System.Collections.Generic.SortedDictionary<TKey,TValue>>, Orleans.Serialization.Cloning.IDeepCopier<System.Collections.Generic.SortedDictionary<TKey,TValue>>
[<Orleans.RegisterCopier>]
type SortedDictionaryCopier<'Key, 'Value> = class
interface IDeepCopier<SortedDictionary<'Key, 'Value>>
interface IDeepCopier
interface IBaseCopier<SortedDictionary<'Key, 'Value>>
interface IBaseCopier
Public NotInheritable Class SortedDictionaryCopier(Of TKey, TValue)
Implements IBaseCopier(Of SortedDictionary(Of TKey, TValue)), IDeepCopier(Of SortedDictionary(Of TKey, TValue))
類型參數
- TKey
索引鍵類型。
- TValue
值型別。
- 繼承
-
SortedDictionaryCopier<TKey,TValue>
- 屬性
- 實作
-
IBaseCopier IBaseCopier<SortedDictionary<TKey,TValue>> IDeepCopier IDeepCopier<SortedDictionary<TKey,TValue>>
建構函式
SortedDictionaryCopier<TKey,TValue>(IDeepCopier<TKey>, IDeepCopier<TValue>) |
初始化 SortedDictionaryCopier<TKey,TValue> 類別的新執行個體。 |
方法
DeepCopy(SortedDictionary<TKey,TValue>, CopyContext) |
建立所提供輸入的深層複本。 |
DeepCopy(SortedDictionary<TKey,TValue>, SortedDictionary<TKey,TValue>, CopyContext) |
從 複製成員 |