Initializes a new instance of the LinkCollection class
Namespace: DayPilot.Web.MvcAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
| C# | 
|---|
public LinkCollection( ArrayList items )  | 
| Visual Basic | 
|---|
Public Sub New ( _ items As ArrayList _ )  | 
| Visual C++ | 
|---|
public: LinkCollection( ArrayList^ items )  | 
Parameters
- items
 - Type: System.Collections..::..ArrayList