Item Property
Gets or sets the element with the specified key.
Syntax
public ValueType this[
KeyType key
]; {get; set;}Public Default Property Item( _
ByVal key As KeyType _
) As ValueTypeParameters
| Name | Description |
|---|---|
| key | The key of the element to get or set. |