Returns an enumerable list of objects that match the specified key.

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

Syntax

C#
IList<T> AllOf(
	U key
)
Visual Basic
Function AllOf ( _
	key As U _
) As IList(Of T)
Visual C++
IList<T>^ AllOf(
	U key
)

Parameters

key
Type: U

See Also