'使用法 Dim instance As OrderedDictionary(Of TKey,TValue) Dim key As TKey Dim value As System.Boolean value = instance.ContainsKey(key)
パラメータ
- key
- The key to locate in the OrderedDictionary<TKey,TValue> collection.
戻り値の型
true if the OrderedDictionary<TKey,TValue> collection contains an element with the specified key; otherwise, false.