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.
public IReadOnlyList<string> GetAll(string key)
Parameters
keystring
Returns
- IReadOnlyList<string>