Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: bool TryGetValue(string, out ValuesCollection<TValue>)

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.