[]
Gets the DictionaryItem with the specified name.
public DictionaryItem this[string index] { get; }
Public ReadOnly Default Property Item(index As String) As DictionaryItem
| Type | Name | Description |
|---|---|---|
| string | index |
Gets or sets the DictionaryItem at the specified index.
public DictionaryItem this[int index] { get; set; }
Public Default Property Item(index As Integer) As DictionaryItem
| Type | Name | Description |
|---|---|---|
| int | index |