Class DirectionBranchEntry
public class DirectionBranchEntry
- Inheritance
-
DirectionBranchEntry
- Inherited Members
- Extension Methods
Constructors
DirectionBranchEntry(bool, Branch)
Ctor.
public DirectionBranchEntry(bool isForward, Branch brn)
Parameters
Fields
brn
A branch.
public Branch brn
Field Value
isForward
Is forward.
public bool isForward
Field Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.