[]
Represents a strongly typed collection of DataValue objects.
public sealed class DataValueCollection : Collection<DataValue>, IList<DataValue>, ICollection<DataValue>, IList, ICollection, IReadOnlyList<DataValue>, IReadOnlyCollection<DataValue>, IEnumerable<DataValue>, IEnumerable
| Name | Description |
|---|---|
| DataValueCollection() | Initializes a new instance of the DataValueCollection class. |
| Name | Description |
|---|---|
| AddRange(IEnumerable<DataValue>) | Adds a collection of DataValue objects to the existing DataValueCollection. |