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

Syntax

C#
public interface ICalendarPropertyCompositeList<T> : IList<T>, 
	ICollection<T>, IEnumerable<T>, IEnumerable
Visual Basic
Public Interface ICalendarPropertyCompositeList(Of T) _
	Inherits IList(Of T), ICollection(Of T), IEnumerable(Of T),  _
	IEnumerable
Visual C++
generic<typename T>
public interface class ICalendarPropertyCompositeList : IList<T>, 
	ICollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T

See Also