[C#]
virtual bool TryGetValue(string key, out value)
virtual bool TryGetValue(TKey key, out value)
[Visual Basic]
Overridable Function TryGetValue(key As string, value As out)
As Boolean
Overridable Function TryGetValue(key As TKey, value As out) As
Boolean
|
|
|