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






