Getter Property
Gets the getter function.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Func<TOwner, TValue> Getter { get; }
Public ReadOnly Property Getter As Func(Of TOwner, TValue)
Get
member Getter : Func<'TOwner, 'TValue> with get