TryGetValue
TryGetValue<T>(int, out T)
public bool TryGetValue<T>(int index, out T? value)
Exceptions
| exception | condition |
|---|---|
| MedicalApiException | Fragment Sequence can only return fragment (byte’s array). |
See Also
- class FragmentSequence
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical
TryGetValue<T>(Index, out T)
public bool TryGetValue<T>(Index index, out T? value)
Exceptions
| exception | condition |
|---|---|
| MedicalApiException | Fragment Sequence can only return fragment (byte’s array). |
See Also
- class FragmentSequence
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical