MobileListItemCollection Constructor (ArrayList)

 

Initializes a new instance of the MobileListItemCollection class using the provided array. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

Public Sub New (
	items As ArrayList
)

Parameters

items
Type: System.Collections.ArrayList

An array that contains a list of MobileListItem objects.

You can use this version of the constructor syntax to populate the new object with the MobileListItemCollection objects contained in the items parameter.

.NET Framework
Available since 1.1
Return to top
Show: