Open this page in the API Guide

AvailableValuesCollection Constructor (Int32)

Initializes a new instance of the AvailableValuesCollection class.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public AvailableValuesCollection(
	int capacity
)

Parameters

capacity
Type: System.Int32
The initial capacity of the list.
See Also