Gets the value at the specified index.
| C# | Visual Basic | Visual C++ |
Public Function TryGetValueAt ( _ index As Integer, _ <OutAttribute> ByRef value As V _ ) As Boolean
public: bool TryGetValueAt( int index, [OutAttribute] V% value )
Returns true if the collection contains specified key and value stored to value argument.