Class Traverser
A traverser represents the current state of an object flowing through a ITraversal.
public class Traverser
- Inheritance
-
Traverser
- Inherited Members
Constructors
Traverser(dynamic?, long)
Initializes a new instance of the Traverser class.
public Traverser(dynamic? obj, long bulk = 1)
Parameters
obj
dynamicThe object of the traverser.
bulk
longThe number of traversers represented in this traverser.
Properties
Bulk
Gets the number of traversers represented in this traverser.
public long Bulk { get; }
Property Value
Object
Gets the object of this traverser.
public dynamic? Object { get; }
Property Value
- dynamic
Methods
Equals(Traverser?)
public bool Equals(Traverser? other)
Parameters
other
Traverser
Returns
Equals(object?)
public override bool Equals(object? obj)
Parameters
obj
object
Returns
GetHashCode()
public override int GetHashCode()