DDay.iCal Version 0.71

[This is preliminary documentation and is subject to change.]

A collection of iCalendar components. This class is used by the iCalendar class to maintain a collection of events, to-do items, journal entries, and free/busy times.

Namespace:  DDay.iCal.Components
Assembly:  DDay.iCal (in DDay.iCal.dll) Version: 0.71.0.0 (0.71.0.0)

Syntax

C#
public class UniqueComponentList<T> : iCalObject, 
	IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:DDay.iCal.Components.UniqueComponentList`1"]

Inheritance Hierarchy

System..::.Object
  DDay.iCal.Components..::.iCalObject
    DDay.iCal.Components..::.UniqueComponentList<(Of <(T>)>)

See Also