Property Item
Item[TKey]
Declaration
public override TValue this[TKey key] { get; set; }
Parameters
Type | Name | Description |
---|---|---|
TKey | key |
Property Value
Type | Description |
---|---|
TValue |
Overrides
Lucene.Net.Support.HashMap<TKey, TValue>.Item[TKey]