PatternDictionary<TKey,TValue>.Item[] プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| Item[Int32] | |
| Item[TKey] |
Item[Int32]
public TValue this[int index] { get; set; }
member this.Item(int) : 'Value with get, set
Default Public Property Item(index As Integer) As TValue
パラメーター
- index
- Int32
プロパティ値
TValue
実装
適用対象
Item[TKey]
public TValue this[TKey key] { get; }
member this.Item('Key) : 'Value
Default Public ReadOnly Property Item(key As TKey) As TValue
パラメーター
- key
- TKey
プロパティ値
TValue