Initializes a new instance of the LinkCollection class

Namespace: DayPilot.Web.Mvc
Assembly: 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
)

See Also