SharedDictionary<TKey,TValue>.TryGetValue method

Attempts to get the value associated with the specified key.

public virtual bool TryGetValue(TKey key, out TValue value)

See Also