ConcurrentDictionary<TKey,TValue>.AlternateLookup<TAlternateKey> 구조체
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
ConcurrentDictionary<TKey,TValue> 작업을 수행하는 데 사용할 수 있는 형식을 제공합니다.
TKey
대신 키로 TAlternateKey
사용합니다.
public: generic <typename TAlternateKey>
value class ConcurrentDictionary<TKey, TValue>::AlternateLookup
public readonly struct ConcurrentDictionary<TKey,TValue>.AlternateLookup<TAlternateKey>
type ConcurrentDictionary<'Key, 'Value>.AlternateLookup<'AlternateKey> = struct
Public Structure ConcurrentDictionary(Of TKey, TValue).AlternateLookup(Of TAlternateKey)
형식 매개 변수
- TKey
- TValue
- TAlternateKey
조회를 수행하기 위한 키의 대체 형식입니다.
- 상속
속성
Dictionary |
이 인스턴스가 작업을 수행하는 ConcurrentDictionary<TKey,TValue> 가져옵니다. |
Item[TAlternateKey] |
지정된 대체 키와 연결된 값을 가져오거나 설정합니다. |
메서드
ContainsKey(TAlternateKey) |
ConcurrentDictionary<TKey,TValue> 지정된 대체 키가 포함되어 있는지 여부를 확인합니다. |
TryAdd(TAlternateKey, TValue) |
지정한 키와 값을 사전에 추가하려고 시도합니다. |
TryGetValue(TAlternateKey, TKey, TValue) |
지정된 대체 키와 연결된 값을 가져옵니다. |
TryGetValue(TAlternateKey, TValue) |
지정된 대체 키와 연결된 값을 가져옵니다. |
TryRemove(TAlternateKey, TKey, TValue) |
Dictionary<TKey,TValue>지정된 대체 키가 있는 값을 제거합니다. 연결된 키와 요소를 값 매개 변수에 복사합니다. |
TryRemove(TAlternateKey, TValue) |
Dictionary<TKey,TValue>지정된 대체 키가 있는 값을 제거합니다. 요소를 값 매개 변수에 복사합니다. |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET