Creates a new collection from an ArrayList.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public TaskColumnCollection( ArrayList items ) |
Visual Basic |
---|
Public Sub New ( _ items As ArrayList _ ) |
Visual C++ |
---|
public: TaskColumnCollection( ArrayList^ items ) |
Parameters
- items
- Type: System.Collections..::..ArrayList
ArrayList that contains the new columns.