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++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.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119