PatternDictionary<TKey,TValue>.Item[] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- index
- Int32
Property Value
TValue
Implements
Applies to
Item[TKey]
public TValue this[TKey key] { get; }
member this.Item('Key) : 'Value
Default Public ReadOnly Property Item(key As TKey) As TValue
Parameters
- key
- TKey
Property Value
TValue