TryGetValue

TryGetValue<T>(int, out T)

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

Exceptions

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

See Also


TryGetValue<T>(Index, out T)

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

Exceptions

exceptioncondition
MedicalApiExceptionOnly String return type is supported.

See Also