Skip to content

ImmutableHashSetSurrogate<T> Fields

Surrogate type used by Orleans.Serialization.Codecs.ImmutableHashSetCodec.

KeyComparer

[Orleans.Id(1)]
public IEqualityComparer<T> KeyComparer
Gets or sets the key comparer.

Property value

The key comparer.

Values

[Orleans.Id(0)]
public List<T> Values
Gets or sets the values.

Property value

The values.