System.Web.UI.WebControls Namespace DataListItemCollection Class
Initializes a new instance of the DataListItemCollection class.
[ VB ] Public Sub New ( _ ByVal items As ArrayList _ ) [ C# ] public DataListItemCollection ( ArrayList items ); [ C++ ] public: DataListItemCollection ( ArrayList* items ); [ JScript ] public function DataListItemCollection ( items : ArrayList );
Use this constructor to initialize a new instance of the DataListItemCollection class.
The following example demonstrates how to initialize a new instance of the DataListItemCollection class.
ArrayList myList = new ArrayList ( ); DataListItemCollection myItems = new DataListItemCollection ( myList );
Dim myList As New ArrayList ( ) Dim myItems As New DataListItemCollection ( myList )
DataListItemCollection Members DataList ArrayList
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note