Gets item with the specified key.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public V this[ K key ] { get; }
Public ReadOnly Default Property Item ( key As K ) As V Get
public: property V default[K key] { V get (K key); }
member Item : 'V with get
Parameters
- key (K)
- Key.
Return Value
V
Returns item with the specified key. If the specified key is not found, a get operation throws a KeyNotFoundException.
Returns item with the specified key. If the specified key is not found, a get operation throws a KeyNotFoundException.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119