Initializes the new instance of the CoverElementChunkCollection collection.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public CoverElementChunkCollection(
	CoverElement owner
)
Visual Basic
Public Sub New ( _
	owner As CoverElement _
)

Parameters

owner
Type: C1.Silverlight.Schedule..::..CoverElement
The owning CoverElement object.

See Also