System.Web.UI.WebControls Namespace RepeaterItemCollection Class
Initializes a new instance of the RepeaterItemCollection class.
[ VB ] Public Sub New ( _ ByVal items As ArrayList _ ) [ C# ] public RepeaterItemCollection ( ArrayList items ); [ C++ ] public: RepeaterItemCollection ( ArrayList* items ); [ JScript ] public function RepeaterItemCollection ( items : ArrayList );
Use this constructor to initialize a new instance of the RepeaterItemCollection class.
The following example demonstrates how to initialize a new instance of the RepeaterItemCollection class.
ArrayList myList = new ArrayList ( ); RepeaterItemCollection myItems = new RepeaterItemCollection ( myList );
Dim myList As New ArrayList ( ) Dim myItems As New RepeaterItemCollection ( myList )
RepeaterItemCollection Members Repeater ArrayList
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph