다음을 통해 공유


SortedDictionarySurrogate<TKey,TValue> 구조체

정의

의 서로게이트 형식입니다 SortedDictionaryCodec<TKey,TValue>.

[Orleans.GenerateSerializer]
public struct SortedDictionarySurrogate<TKey,TValue>
[<Orleans.GenerateSerializer>]
type SortedDictionarySurrogate<'Key, 'Value> = struct
Public Structure SortedDictionarySurrogate(Of TKey, TValue)

형식 매개 변수

TKey

키 형식입니다.

TValue

값 형식입니다.

상속
SortedDictionarySurrogate<TKey,TValue>
특성

필드

Comparer

비교자를 가져오거나 설정합니다.

Values

값을 가져오거나 설정합니다.

적용 대상