Initializes a new instance of the BaseCollection<(Of <(<'T>)>)> class.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public BaseCollection(
	Object owner
)
Visual Basic
Public Sub New ( _
	owner As Object _
)

Parameters

owner
Type: System..::..Object
The owning storage.

See Also