An NDoc Documented Class Library

TableRows Constructor (ICollection)

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

See Also

TableRows Class | White.Core.UIItems.TableItems Namespace | TableRows Constructor Overload List