Open this page in the API Guide

AvailableValuesCollection.Item Property (Int32)

Gets or sets the element at the specified index.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public KeyValuePair<Object, string> this[
	int index
] { get; set; }

Parameters

index
Type: System.Int32
The zero-based index of the element to get or set.

Return Value

Type: KeyValuePair<Object, String>
The element at the specified index.

Implements

IList<T>.Item[Int32]
IReadOnlyList<T>.Item[Int32]
Exceptions
See Also