FlexReport for WinForms
Item(TKey) プロパティ


C1.Report.4.6.2 アセンブリ > C1.Report.Util 名前空間 > OrderedDictionary<TKey,TValue> クラス > Item プロパティ : Item(TKey) プロパティ
The key of the value to get or set.
Gets or sets the value with the specified key.
シンタックス
'宣言
 
Public Overloads Property Item( _
   ByVal key As TKey _
) As TValue
'使用法
 
Dim instance As OrderedDictionary(Of TKey,TValue)
Dim key As TKey
Dim value As TValue
 
instance.Item(key) = value
 
value = instance.Item(key)
public TValue Item( 
   TKey key
) {get; set;}

パラメータ

key
The key of the value to get or set.

プロパティ値

The value associated with the specified key. If the specified key is not found, attempting to get it returns , and attempting to set it creates a new element using the specified key.
参照

参照

OrderedDictionary<TKey,TValue> クラス
OrderedDictionary<TKey,TValue> メンバ
オーバーロード一覧