Table of Contents

Property this

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

this[TIndex]

Gets or sets value for the specified index.

public TValue? this[TIndex index] { get; set; }

Parameters

index TIndex

Index of value.

Property Value

TValue