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