Table of Contents

Class Traverser

Namespace
Gremlin.Net.Process.Traversal
Assembly
Gremlin.Net.dll

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 dynamic

The object of the traverser.

bulk long

The number of traversers represented in this traverser.

Properties

Bulk

Gets the number of traversers represented in this traverser.

public long Bulk { get; }

Property Value

long

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

bool

Equals(object?)

public override bool Equals(object? obj)

Parameters

obj object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int