Table of Contents

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

key string

Returns

IReadOnlyList<string>