Open this page in the API Guide

AvailableValuesCollection.RemoveAt Method

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public void RemoveAt(
	int index
)

Parameters

index
Type: System.Int32
The zero-based index of the item to remove.

Implements

IList<T>.RemoveAt(Int32)
Exceptions
See Also