ActivatableDictionary<TKey, TValue>.

this[TKey] Property

Syntax

public TValue this[TKey key] { get; set; }

Parameters

Name Type Description
key TKey

Value

Type Description
TValue