Method TryGetAlternateLookup
TryGetAlternateLookup<TAlternateKey>(out AlternateLookup<TAlternateKey>)
Gets an alternate lookup that can be used to perform operations on this dictionary using TAlternateKey instead of TKey.
Declaration
public bool TryGetAlternateLookup<TAlternateKey>(out ListDictionary<TKey, TValue>.AlternateLookup<TAlternateKey> lookup) where TAlternateKey : notnull, allows ref structParameters
| Type | Name | Description | 
|---|---|---|
| ListDictionary<TKey, TValue>.AlternateLookup<TAlternateKey> | lookup | 
Returns
| Type | Description | 
|---|---|
| bool | 
Type Parameters
| Name | Description | 
|---|---|
| TAlternateKey | 
