DictionaryBaseCodec<TKey,TValue> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
の Dictionary<TKey,TValue>シリアライザー。
[Orleans.RegisterSerializer]
public sealed class DictionaryBaseCodec<TKey,TValue> : Orleans.Serialization.Serializers.IBaseCodec<System.Collections.Generic.Dictionary<TKey,TValue>>
[<Orleans.RegisterSerializer>]
type DictionaryBaseCodec<'Key, 'Value> = class
interface IBaseCodec<Dictionary<'Key, 'Value>>
interface IBaseCodec
Public NotInheritable Class DictionaryBaseCodec(Of TKey, TValue)
Implements IBaseCodec(Of Dictionary(Of TKey, TValue))
型パラメーター
- TKey
キーの型。
- TValue
値の型です。
- 継承
-
DictionaryBaseCodec<TKey,TValue>
- 属性
- 実装
-
IBaseCodec IBaseCodec<Dictionary<TKey,TValue>>
コンストラクター
DictionaryBaseCodec<TKey,TValue>(IFieldCodec<TKey>, IFieldCodec<TValue>, IFieldCodec<IEqualityComparer<TKey>>) |
DictionaryCodec<TKey,TValue> クラスの新しいインスタンスを初期化します。 |