IAvaloniaPropertyVisitor<TData>.

Visit<T>(DirectPropertyBase<T>, TData) Method

Summary

Called when the property is a direct property.

Syntax

void Visit<T>(DirectPropertyBase<T> property, ref TData data)

Type Parameters

Name Description
T The property value type.

Parameters

Name Type Description
property DirectPropertyBase<T> The property.
data TData The user data.

Return Value

Type Description
void