Item Property
Gets or sets the named resource.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public TValue this[
TKey key
] { get; set; }
Public Default Property Item (
key As TKey
) As TValue
Get
Set
abstract Item : 'TValue with get, set
override Item : 'TValue with get, set
Parameters
- TKey
- The resource key.
Return Value
TValue
The resource, or null if not found.
Implements
IDictionary(TKey, TValue).Item(TKey)
IReadOnlyDictionary(TKey, TValue).Item(TKey)
See Also
Reference
AvaloniaDictionary(TKey, TValue) Class
Avalonia.Collections Namespace