SortedListSurrogate<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 for SortedListCodec<TKey,TValue>.
[Orleans.GenerateSerializer]
public struct SortedListSurrogate<TKey,TValue>
[<Orleans.GenerateSerializer>]
type SortedListSurrogate<'Key, 'Value> = struct
Public Structure SortedListSurrogate(Of TKey, TValue)
Type Parameters
- TKey
The key type.
- TValue
The value type.
- Inheritance
-
SortedListSurrogate<TKey,TValue>
- Attributes
Fields
Comparer |
Gets or sets the comparer. |
Values |
Gets or sets the values. |