[]
        
(Showing Draft Content)

C1.Win.C1Input.UIStrings.AddInOrder

AddInOrder Method

AddInOrder(object, string, string)

Adds a string to the collection, preserving the order.

Declaration
public void AddInOrder(object key, string value, string description)
Public Sub AddInOrder(key As Object, value As String, description As String)
Parameters
Type Name Description
object key

The key of the string.

string value

The string.

string description

The description of the string.