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. |
Remarks
If the value associtead with the key is a Function, then the function will be evaluated and it's result will be returned