GetOrDefault

GetOrDefault<TValue>(int)

public TValue? GetOrDefault<TValue>(int index)

Exceptions

exceptioncondition
MedicalApiExceptionUnable to convert element value to target type.

See Also


GetOrDefault<TValue>(Index)

public TValue? GetOrDefault<TValue>(Index index)

Exceptions

exceptioncondition
MedicalApiExceptionUnable to convert element value to the specified type.

See Also