[]
Gets the DictionaryItem with the specified name.
public DictionaryItem this[string index] { get; }
| Type | Name | Description |
|---|---|---|
| string | index |
Gets or sets the DictionaryItem at the specified index.
public DictionaryItem this[int index] { get; set; }
| Type | Name | Description |
|---|---|---|
| int | index |