- 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 |
|
setter | Action |
|
propertyType | Type |
Return Value
Type | Description |
---|---|
void |