LumiSoft Net Help
Item Property (key)
NamespacesLumiSoft.NetKeyValueCollection<(Of <(<'K, V>)>)>Item[([( K])])
Gets item with the specified key.
Declaration Syntax
C#Visual BasicVisual C++
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);
}
Parameters
key (K)
Key.
Return Value
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) Version: 2.0.4006.27129