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

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

Syntax

C#
public CalendarPropertyCompositeList(
	ICalendarPropertyList propertyList,
	string propertyName
)
Visual Basic
Public Sub New ( _
	propertyList As ICalendarPropertyList, _
	propertyName As String _
)
Visual C++
public:
CalendarPropertyCompositeList(
	ICalendarPropertyList^ propertyList, 
	String^ propertyName
)

Parameters

propertyList
Type: iCal..::..ICalendarPropertyList
propertyName
Type: System..::..String

See Also