NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RepeaterItemCollection Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal items As ArrayList _
)
[C#]
public RepeaterItemCollection(
   ArrayList items
);
[C++]
public: RepeaterItemCollection(
   ArrayList* items
);
[JScript]
public function RepeaterItemCollection(
   items : ArrayList
);

Parameters

items
[To be supplied.]

See Also

RepeaterItemCollection Class | RepeaterItemCollection Members | System.Web.UI.WebControls Namespace