ClrPropertyInfo.

ClrPropertyInfo(string, Func<object, object>, Action<object, object>, Type) Constructor

Namespace
Avalonia.Data.Core
Containing Type
ClrPropertyInfo

Syntax

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

Parameters

Name Type Description
name string
getter Func<object, object>
setter Action<object, object>
propertyType Type

Return Value

Type Description
void