PropertyPath.

PropertyPath(IEnumerable<IPropertyPathElement>) Constructor

Namespace
Avalonia.Data.Core
Containing Type
PropertyPath

Syntax

public PropertyPath(IEnumerable<IPropertyPathElement> elements)

Parameters

Name Type Description
elements IEnumerable<IPropertyPathElement>

Return Value

Type Description
void