FlexReport for WinForms
ContainsKey メソッド (OrderedDictionary<TKey,TValue>)


C1.Report.4.6.2 アセンブリ > C1.Report.Util 名前空間 > OrderedDictionary<TKey,TValue> クラス : ContainsKey メソッド
The key to locate in the OrderedDictionary<TKey,TValue> collection.
Determines whether the OrderedDictionary<TKey,TValue> collection contains a specific key.
シンタックス
'宣言
 
Public Function ContainsKey( _
   ByVal key As TKey _
) As System.Boolean
'使用法
 
Dim instance As OrderedDictionary(Of TKey,TValue)
Dim key As TKey
Dim value As System.Boolean
 
value = instance.ContainsKey(key)
public System.bool ContainsKey( 
   TKey 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.
例外
例外解説
key is .
参照

参照

OrderedDictionary<TKey,TValue> クラス
OrderedDictionary<TKey,TValue> メンバ