Returns an enumerable list of objects that
match the specified key.
Namespace: iCalAssembly: 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
) |
See Also