ImmutableSortedDictionarySurrogate<TKey,TValue> Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Surrogate type used by ImmutableSortedDictionaryCodec<TKey,TValue>.
[Orleans.GenerateSerializer]
public struct ImmutableSortedDictionarySurrogate<TKey,TValue>
[<Orleans.GenerateSerializer>]
type ImmutableSortedDictionarySurrogate<'Key, 'Value> = struct
Public Structure ImmutableSortedDictionarySurrogate(Of TKey, TValue)
Type Parameters
- TKey
The key type.
- TValue
The value type.
- Inheritance
-
ImmutableSortedDictionarySurrogate<TKey,TValue>
- Attributes
Fields
KeyComparer |
Gets or sets the key comparer. |
ValueComparer |
Gets or sets the value comparer. |
Values |
Gets or sets the values. |