AvaloniaDictionaryTKey, TValueItem Property

Gets or sets the named resource.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public TValue this[
	TKey key
] { get; set; }

Parameters

key  TKey
The resource key.

Return Value

TValue
The resource, or null if not found.

Implements

IDictionaryTKey, TValueItemTKey
IReadOnlyDictionaryTKey, TValueItemTKey

See Also