An NDoc Documented Class Library

UIItemCollection Constructor (UIItem[])

[Visual Basic]
Public Sub New( _ 
   ByVal ParamArray uiItems As UIItem() _ 
)
[C#]
public UIItemCollection(
   params UIItem[] uiItems
);
[C++]
public: UIItemCollection(
   UIItem* uiItems __gc[]
);
[JScript]
public function UIItemCollection(
   UIItem[] uiItems
);

See Also

UIItemCollection Class | White.Core.UIItems Namespace | UIItemCollection Constructor Overload List