TryGetValue Method (C1SortedList<TKey,TValue>)
Gets the value by specified key.
'Declaration
Public Function TryGetValue( _
ByVal As , _
ByRef As _
) As Boolean
public bool TryGetValue(
,
out
)
Parameters
- key
- The specified key.
- value
- The value corresponding to the key.
Return Value
True if the value was found in the collection; otherwise, false.