Collapse imageExpand ImageCopy imageCopyHover image
       



iCal and vCard Documentation
CalendarPropertyList Class
Members See Also Send Feedback

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

Syntax

C#
[SerializableAttribute]
public class CalendarPropertyList : KeyedList<ICalendarProperty, string>, 
	ICalendarPropertyList, IKeyedList<ICalendarProperty, string>, IList<ICalendarProperty>, 
	ICollection<ICalendarProperty>, IEnumerable<ICalendarProperty>, IEnumerable
Visual Basic
<SerializableAttribute> _
Public Class CalendarPropertyList _
	Inherits KeyedList(Of ICalendarProperty, String) _
	Implements ICalendarPropertyList, IKeyedList(Of ICalendarProperty, String),  _
	IList(Of ICalendarProperty), ICollection(Of ICalendarProperty), IEnumerable(Of ICalendarProperty),  _
	IEnumerable
Visual C++
[SerializableAttribute]
public ref class CalendarPropertyList : public KeyedList<ICalendarProperty^, String^>, 
	ICalendarPropertyList, IKeyedList<ICalendarProperty^, String^>, IList<ICalendarProperty^>, 
	ICollection<ICalendarProperty^>, IEnumerable<ICalendarProperty^>, IEnumerable

Inheritance Hierarchy

System..::..Object
  iCal..::..KeyedList<(Of <(<'ICalendarProperty, String>)>)>
    iCal..::..CalendarPropertyList

See Also

CalendarPropertyList Members
iCal Namespace
Footer image