'使用法 Dim instance As C1SortedList(Of TKey,TValue) Dim key As TKey Dim value As TValue Dim value As System.Boolean value = instance.TryGetValue(key, value)
パラメータ
- key
- The specified key.
- value
- The value corresponding to the key.
戻り値の型
True if the value was found in the collection; otherwise, false.