Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
[SerializableAttribute] public class KeyedList<T, U> : IKeyedList<T, U>, IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable where T : IKeyedObject<U> |
Visual Basic |
---|
<SerializableAttribute> _ Public Class KeyedList(Of T As IKeyedObject(Of U), U) _ Implements IKeyedList(Of T, U), IList(Of T), _ ICollection(Of T), IEnumerable(Of T), IEnumerable |
Visual C++ |
---|
[SerializableAttribute] generic<typename T, typename U> where T : IKeyedObject<U> public ref class KeyedList : IKeyedList<T, U>, IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable |
Type Parameters
- T
- U
Inheritance Hierarchy
System..::..Object
iCal..::..KeyedList<(Of <(<'T, U>)>)>
iCal..::..CalendarComponentCompositeList<(Of <(<'T>)>)>
iCal..::..CalendarParameterList
iCal..::..CalendarPropertyList
iCal..::..KeyedList<(Of <(<'T, U>)>)>
iCal..::..CalendarComponentCompositeList<(Of <(<'T>)>)>
iCal..::..CalendarParameterList
iCal..::..CalendarPropertyList