Search Results for

    Show / Hide Table of Contents

    Class Traverser

    A traverser represents the current state of an object flowing through a ITraversal.

    Inheritance
    System.Object
    Traverser
    Inherited Members
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Gremlin.Net.Process.Traversal
    Assembly: cs.temp.dll.dll
    Syntax
    public class Traverser

    Constructors

    Traverser(Object, Int64)

    Initializes a new instance of the Traverser class.

    Declaration
    public Traverser(dynamic obj, long bulk = 1L)
    Parameters
    Type Name Description
    System.Object obj

    The object of the traverser.

    System.Int64 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
    Type Description
    System.Int64

    Object

    Gets the object of this traverser.

    Declaration
    public dynamic Object { get; }
    Property Value
    Type Description
    System.Object

    Methods

    Equals(Traverser)

    Declaration
    public bool Equals(Traverser other)
    Parameters
    Type Name Description
    Traverser other
    Returns
    Type Description
    System.Boolean

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    System.Object obj
    Returns
    Type Description
    System.Boolean
    Overrides
    System.Object.Equals(System.Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    System.Object.GetHashCode()
    In This Article
    Back to top Copyright © 2018 The Apache Software Foundation