AvaloniaDictionary<TKey, TValue>.

Add(TKey, TValue) Method

Namespace
Avalonia.Collections
Containing Type
AvaloniaDictionary<TKey, TValue>

Syntax

public void Add(TKey key, TValue value)

Parameters

Name Type Description
key TKey
value TValue

Return Value

Type Description
void