[]
Initializes a new instance of the LabeledValue class.
public LabeledValue(object value, string label)
| Type | Name | Description |
|---|---|---|
| object | value | Value represented by the LabeledValue class. |
| string | label | Label of value. |
Initializes a new instance of the LabeledValue class.
public LabeledValue(Parameter param, object value, string label)
| Type | Name | Description |
|---|---|---|
| Parameter | param | The Parameter that owns the LabeledValue class. |
| object | value | Value represented by the LabeledValue class. |
| string | label | Label of value. |