Add
ValueElement<T>.Add method
Adds the given value to the collection of values of this element.
public void Add(T value)
| Parameter | Type | Description |
|---|---|---|
| value | T | A value 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