this[TKey] Property
Namespace
Statiq.Common
Containing Type
MultiValueDictionary<TKey, TValue>
Implements
  • IReadOnlyDictionary<TKey, IEnumerable<TValue>>.this[TKey]
Property Type
IEnumerable<TValue>

Syntax

public IEnumerable<TValue> this[TKey key] { get; }

Parameters

Name Type Description
key TKey

Value

Type Description
IEnumerable<TValue>