Table of Contents

Method ValueAt

Namespace
Skyline.DataMiner.Net.Ticketing.Validators
Assembly
SLNetTypes.dll

ValueAt(int)

Retrieves the value of the entry at the specified index.

public T ValueAt(int index)

Parameters

index int

The index of the entry.

Returns

T

The value of the entry at the specified index.

Exceptions

IndexOutOfRangeException

The specified index is not in the range [0, Count -1].