Declaration
public bool TryGetValue(
string key,
out ValuesCollection<TValue> value
)Summary
Gets the collection of values associated with the specified key, or an empty collection
if no such items exist. Returns true iff any items are associated with the key.