LumiSoft Net Help
TryGetValueAt Method (index, value)
NamespacesLumiSoft.NetKeyValueCollection<(Of <(<'K, V>)>)>TryGetValueAt(Int32, V%)
Gets the value at the specified index.
Declaration Syntax
C#Visual BasicVisual C++F#
public bool TryGetValueAt(
	int index,
	out V value
)
Public Function TryGetValueAt ( 
	index As Integer,
	<OutAttribute> ByRef value As V
) As Boolean
public:
bool TryGetValueAt(
	int index, 
	[OutAttribute] V% value
)
member TryGetValueAt : 
        index : int * 
        value : 'V byref -> bool 
Parameters
index (Int32)
Zero based item index.
value (V%)
When this method returns, contains the value associated with the specified key, if the key is found.
Return Value
Boolean
Returns true if the collection contains specified key and value stored to value argument.

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