[]
Gets or sets the value associated with the specified key.
public override object this[string keyword] { get; set; }
Public Overrides Default Property Item(keyword As String) As Object
| Type | Name | Description |
|---|---|---|
| string | keyword | The key of the item to get or set. |