Szerkesztés

Megosztás a következőn keresztül:


HashSetCodec<T> Constructor

Definition

Initializes a new instance of the HashSetCodec<T> class.

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

Parameters

fieldCodec
IFieldCodec<T>

The field codec.

comparerCodec
IFieldCodec<IEqualityComparer<T>>

The comparer codec.

Applies to