ConcurrentDictionary<TKey,TValue>.AlternateLookup<TAlternateKey>.Item[TAlternateKey] Property
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.
Gets or sets the value associated with the specified alternate key.
public:
property TValue default[TAlternateKey] { TValue get(TAlternateKey key); void set(TAlternateKey key, TValue value); };
public TValue this[TAlternateKey key] { get; set; }
member this.Item('AlternateKey) : 'Value with get, set
Default Public Property Item(key As TAlternateKey) As TValue
Parameters
- key
- TAlternateKey
The alternate key of the value to get or set.
Property Value
TValue
The value associated with the specified alternate key. If the specified alternate key is not found, a get operation throws
a KeyNotFoundException, and a set operation creates a new element with the specified key.
Exceptions
key
is null
.
The property is retrieved and alternate key does not exist in the collection.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.