Skip to main content

ClrPropertyInfo Constructor

Initializes a new instance of the ClrPropertyInfo class

Definition

Namespace: Avalonia.Data.Core
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public ClrPropertyInfo(
string name,
Func<Object, Object?>? getter,
Action<Object, Object?>? setter,
Type propertyType
)

Parameters

  String
 
  Func(Object, Object)
 
  Action(Object, Object)
 
  Type
 

See Also

Reference

ClrPropertyInfo Class
Avalonia.Data.Core Namespace