DataListItemCollection Constructor (ArrayList^)

 

Initializes a new instance of the DataListItemCollection class.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
DataListItemCollection(
	ArrayList^ items
)

Parameters

items
Type: System.Collections::ArrayList^

A System.Collections::ArrayList object that contains the items with which to initialize the collection.

Use this constructor to create and initialize a new instance of the DataListItemCollection class.

.NET Framework
Available since 1.1
Return to top
Show: