次の方法で共有


HashSetCodec<T> コンストラクター

定義

HashSetCodec<T> クラスの新しいインスタンスを初期化します。

public HashSetCodec (Orleans.Serialization.Codecs.IFieldCodec<T> fieldCodec, Orleans.Serialization.Codecs.IFieldCodec<System.Collections.Generic.IEqualityComparer<T>> comparerCodec);
new Orleans.Serialization.Codecs.HashSetCodec<'T> : Orleans.Serialization.Codecs.IFieldCodec<'T> * Orleans.Serialization.Codecs.IFieldCodec<System.Collections.Generic.IEqualityComparer<'T>> -> Orleans.Serialization.Codecs.HashSetCodec<'T>
Public Sub New (fieldCodec As IFieldCodec(Of T), comparerCodec As IFieldCodec(Of IEqualityComparer(Of T)))

パラメーター

fieldCodec
IFieldCodec<T>

フィールド コーデック。

comparerCodec
IFieldCodec<IEqualityComparer<T>>

比較器コーデック。

適用対象