[]
Adds a string to the collection, specifying the ordinal.
public void Add(object key, int ordinal, string value, string description)
Public Sub Add(key As Object, ordinal As Integer, value As String, description As String)
| 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)
Public Sub Add(key As Object, value As String, description As String)
| Type | Name | Description |
|---|---|---|
| object | key | The key of the string. |
| string | value | The string. |
| string | description | The description of the string. |