Class Traverser
A traverser represents the current state of an object flowing through a ITraversal.
Assembly: Gremlin.Net.dll
Syntax
Constructors
Traverser(dynamic?, long)
Initializes a new instance of the Traverser class.
Declaration
public Traverser(dynamic? obj, long bulk = 1)
Parameters
Type |
Name |
Description |
dynamic |
obj |
The object of the traverser.
|
long |
bulk |
The number of traversers represented in this traverser.
|
Properties
Bulk
Gets the number of traversers represented in this traverser.
Declaration
public long Bulk { get; }
Property Value
Object
Gets the object of this traverser.
Declaration
public dynamic? Object { get; }
Property Value
Methods
Equals(Traverser?)
Declaration
public bool Equals(Traverser? other)
Parameters
Returns
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
Type |
Name |
Description |
object |
obj |
|
Returns
Overrides
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides