Class DirectionBranchPack
public class DirectionBranchPack
- Inheritance
-
DirectionBranchPack
- Inherited Members
- Extension Methods
Constructors
DirectionBranchPack(bool, Branch)
Ctor.
public DirectionBranchPack(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.