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

Syntax

C#
public interface IKeyedList<T, U> : IList<T>, 
	ICollection<T>, IEnumerable<T>, IEnumerable
where T : Object, IKeyedObject<U>
Visual Basic
Public Interface IKeyedList(Of T As {Object, IKeyedObject(Of U)}, U) _
	Inherits IList(Of T), ICollection(Of T), IEnumerable(Of T),  _
	IEnumerable
Visual C++
generic<typename T, typename U>
where T : Object, IKeyedObject<U>
public interface class IKeyedList : IList<T>, 
	ICollection<T>, IEnumerable<T>, IEnumerable

Type Parameters

T
U

See Also