GetValues

GetValues<T>()

public override Span<T> GetValues<T>()

Exceptions

exceptioncondition
MedicalApiExceptionValue can’t be converted to the specified type.

See Also


GetValues<T>(Range)

public override Span<T> GetValues<T>(Range range)

Exceptions

exceptioncondition
MedicalApiExceptionValue can’t be converted to the specified type.
ArgumentOutOfRangeExceptionOnly ranges with offset = 0 and length = 1 are supported.

See Also