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
indexintThe zero-based index of the result to get.
Property Value
- Result
The Result at the specified index.