An NDoc Documented Class Library

UIItemList`1 Constructor (ICollection)

[Visual Basic]
Public Sub New( _ 
   ByVal tees As ICollection _ 
)
[C#]
public UIItemList`1(
   ICollection tees
);
[C++]
public: UIItemList`1(
   ICollection* tees
);
[JScript]
public function UIItemList`1(
   ICollection tees
);

See Also

UIItemList`1 Class | White.Core Namespace | UIItemList`1 Constructor Overload List