PropertyPath Constructor
Initializes a new instance of the PropertyPath class
Definition
Namespace: Avalonia.Data.Core
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public PropertyPath(
IEnumerable<IPropertyPathElement> elements
)
Public Sub New (
elements As IEnumerable(Of IPropertyPathElement)
)
new :
elements : IEnumerable<IPropertyPathElement> -> PropertyPath