Gets the value at the specified index.
Declaration Syntax
C# | Visual Basic | Visual 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
Return Value
Boolean
Returns true if the collection contains specified key and value stored to value argument.
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