[]
Represents a collection of LabeledValue objects.
public class LabeledValues : ReadOnlyCollection<LabeledValue>, IList<LabeledValue>, ICollection<LabeledValue>, IList, ICollection, IReadOnlyList<LabeledValue>, IReadOnlyCollection<LabeledValue>, IEnumerable<LabeledValue>, IEnumerable
| Name | Description |
|---|---|
| LabeledValues(IList<LabeledValue>) | Initializes a new instance of the LabeledValues collection. |
| Name | Description |
|---|---|
| Empty | The default value of LabeledValues collection. |
| Name | Description |
|---|---|
| IndexOfValue(object) | Searches LabeledValue object with specified value. |