AvailableValuesCollection Constructor (Int32) | 
  
    Namespace: 
   Dundas.BI.Configuration
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic AvailableValuesCollection(
	int capacity
)
Public Sub New ( 
	capacity As Integer
)
public:
AvailableValuesCollection(
	int capacity
)
new : 
        capacity : int -> AvailableValuesCollectionParameters
- capacity
 - Type: SystemInt32
The initial capacity of the list. 
See Also