MobileListItemCollection Constructors

Definition

Initializes a new instance of the MobileListItemCollection class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Overloads

MobileListItemCollection()

Initializes a new instance of the MobileListItemCollection class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

MobileListItemCollection(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 Mobile Apps & Sites with ASP.NET.

MobileListItemCollection()

Initializes a new instance of the MobileListItemCollection class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 MobileListItemCollection();
public MobileListItemCollection ();
Public Sub New ()

See also

Applies to

MobileListItemCollection(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 Mobile Apps & Sites with ASP.NET.

public:
 MobileListItemCollection(System::Collections::ArrayList ^ items);
public MobileListItemCollection (System.Collections.ArrayList items);
new System.Web.UI.MobileControls.MobileListItemCollection : System.Collections.ArrayList -> System.Web.UI.MobileControls.MobileListItemCollection
Public Sub New (items As ArrayList)

Parameters

items
ArrayList

An array that contains a list of MobileListItem objects.

Remarks

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

See also

Applies to