ClrPropertyInfo Constructor
Initializes a new instance of the ClrPropertyInfo class
Definition
Namespace: Avalonia.Data.Core
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public ClrPropertyInfo(
string name,
Func<Object, Object?>? getter,
Action<Object, Object?>? setter,
Type propertyType
)
Public Sub New (
name As String,
getter As Func(Of Object, Object),
setter As Action(Of Object, Object),
propertyType As Type
)
new :
name : string *
getter : Func<Object, Object> *
setter : Action<Object, Object> *
propertyType : Type -> ClrPropertyInfo