TryGetValue

TryGetValue<TValue>(int, out TValue)

public bool TryGetValue<TValue>(int index, out TValue? value)

Exceptions

exceptioncondition
MedicalApiExceptionUnable to convert element value to target type.

See Also


TryGetValue<TValue>(Index, out TValue)

public bool TryGetValue<TValue>(Index index, out TValue? value)

Exceptions

exceptioncondition
MedicalApiExceptionUnable to convert element value to target type.

See Also