Table of Contents

Property this

Namespace
Neo4j.Driver
Assembly
Neo4j.Driver.dll

this[int]

Gets the value at the given index.

object this[int index] { get; }

Parameters

index int

The index.

Property Value

object

The value specified with the given index.