Table of Contents

Property this

Namespace
YndigoBlue.Velocity.Engine
Assembly
YndigoBlue.Velocity.dll

this[int]

Gets the Result at the specified index.

public Result this[int index] { get; }

Parameters

index int

The zero-based index of the result to get.

Property Value

Result

The Result at the specified index.