[]
Adds a string to the collection, specifying the ordinal.
public void Add(object key, int ordinal, string value, string description)
| Type | Name | Description |
|---|---|---|
| object | key | The key of the string. |
| int | ordinal | The ordinal of the string. |
| string | value | The string. |
| string | description | The description of the string. |
Adds a string to the collection in alphabetical order.
public void Add(object key, string value, string description)
| Type | Name | Description |
|---|---|---|
| object | key | The key of the string. |
| string | value | The string. |
| string | description | The description of the string. |