DataKeyArray Constructor (ArrayList^)

 

Initializes a new instance of the DataKeyArray class.

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

public:
DataKeyArray(
	ArrayList^ keys
)

Parameters

keys
Type: System.Collections::ArrayList^

An ArrayList of DataKey objects with which to populate the collection.

Use this constructor to initialize a new instance of the DataKeyArray class using the specified ArrayList object. The ArrayList object contains the DataKey objects with which to populate the collection.

.NET Framework
Available since 2.0
Return to top
Show: