Class PropertyPath
public class PropertyPath
- Inheritance
-
PropertyPath
- Inherited Members
Constructors
PropertyPath(IEnumerable<IPropertyPathElement>)
public PropertyPath(IEnumerable<IPropertyPathElement> elements)
Parameters
elements
IEnumerable<IPropertyPathElement>
Properties
Elements
public IReadOnlyList<IPropertyPathElement> Elements { get; }