[]
Adds a string to the collection, preserving the order.
public void AddInOrder(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. |