Get
Get<T>(int)
Returns the element’s value at the specified position.
public T Get<T>(int index)
| Parameter | Description |
|---|---|
| T | Type of the return value. |
| index | The zero-based index of the element to retrieve. |
Return Value
The T value.
See Also
- interface IElement
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical
Get<T>(Index)
Returns the element’s value at the specified position.
public T Get<T>(Index index)
| Parameter | Description |
|---|---|
| T | Type of the return value. |
| index | The index of the element value to retrieve, which is either from the beginning or the end of the sequence. |
Return Value
The T value.
See Also
- interface IElement
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical