TreeGuidePart Enum

Defines the different rendering parts of a Tree.
public enum TreeGuidePart
Interfaces
  • IComparable
  • ISpanFormattable
  • IFormattable
  • IConvertible
Base Types
  • ValueType
  • Enum

Fields

0
Represents a space.
Connection between siblings.
2
Branch from parent to child.
End
3
Branch from parent to child for the last child in a set.

Extension Methods

T And<TreeGuidePart>(Action<TreeGuidePart>)
Performs the specified action on the given object and then returns the object. Useful for fluent testing patterns where additional assertions or operations are chained together in a readable manner.