TryGetValue

TryGetValue<T>(int, out T)

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

See Also


TryGetValue<T>(Index, out T)

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

See Also