struct
PathElement
public sealed struct PathElement Constructors
PathElement(String Name, String Icon, String Description, Int32? Order, Boolean IsHeading) Properties
| Name | Type | Description |
|---|---|---|
Name | String | |
Icon | String | |
Description | String | |
Order | Int32? | |
IsHeading | Boolean |
Methods
virtual Int32 CompareTo(PathElement other) static Int32 Compare(IReadOnlyList<PathElement> aPath, IReadOnlyList<PathElement> bPath) Boolean Matches(PathElement other) PathElement Merge(PathElement other) Void Deconstruct(String Name, String Icon, String Description, Int32? Order, Boolean IsHeading)