AddRange
ValueElement<T>.AddRange method
Adds the given values to the collection of values of this element.
public void AddRange(Span<T> values)
| Parameter | Type | Description |
|---|---|---|
| values | Span`1 | Values to be added to this element. |
Exceptions
| exception | condition |
|---|---|
| DicomValidationException | Number of values does not match Value Multiplicity. |
See Also
- class ValueElement<T>
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical