TryGetValue

TryGetValue<T>(int, out T)

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

Exceptions

exceptioncondition
MedicalApiExceptionSequence can only return Dataset as a value.

See Also


TryGetValue<T>(Index, out T)

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

Exceptions

exceptioncondition
MedicalApiExceptionSequence can only return Dataset as a value.

See Also