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

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public UniqueComponentList(
	ICalendarObject attached
)
Visual Basic
Public Sub New ( _
	attached As ICalendarObject _
)
Visual C++
public:
UniqueComponentList(
	ICalendarObject^ attached
)

Parameters

attached
Type: iCal..::..ICalendarObject

See Also