An NDoc Documented Class Library

UIItemCollection Constructor (IEnumerable)

[Visual Basic]
Public Sub New( _ 
   ByVal entities As IEnumerable _ 
)
[C#]
public UIItemCollection(
   IEnumerable entities
);
[C++]
public: UIItemCollection(
   IEnumerable* entities
);
[JScript]
public function UIItemCollection(
   IEnumerable entities
);

See Also

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