Method GetAll
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
GetAll(string)
Returns every value for a key in insertion order, or an empty list when absent.
IReadOnlyList<string> GetAll(string key)
Parameters
keystring
Returns
- IReadOnlyList<string>
Returns every value for a key in insertion order, or an empty list when absent.
IReadOnlyList<string> GetAll(string key)
key string