Insert
ValueElement<T>.Insert method
Inserts the given value into this element at a given index. The size of the list is increased by one.
public void Insert(int index, T value)
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | The zero-based index at which value should be inserted. |
| value | T | A value to be inserted at the specified index. |
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