IPropertyInfo.

Set(object, object) Method

Namespace
Avalonia.Data.Core
Containing Type
IPropertyInfo

Syntax

void Set(object target, object value)

Parameters

Name Type Description
target object
value object

Return Value

Type Description
void