AddRange

ValueElement<T>.AddRange method

Adds the given values to the collection of values of this element.

public void AddRange(Span<T> values)
ParameterTypeDescription
valuesSpan`1Values to be added to this element.

Exceptions

exceptioncondition
DicomValidationExceptionNumber of values does not match Value Multiplicity.

See Also