TryGetValue

TryGetValue<T>(int, out T)

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

Exceptions

exceptioncondition
MedicalApiExceptionFragment Sequence can only return fragment (byte’s array).

See Also


TryGetValue<T>(Index, out T)

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

Exceptions

exceptioncondition
MedicalApiExceptionFragment Sequence can only return fragment (byte’s array).

See Also