KeyedByTypeCollection<'TItem>.FindAll<'T> Method ()
.NET Framework (current version)
Returns a collection of objects of type T that are contained in the KeyedByTypeCollection<'TItem>.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Return Value
Type: System.Collections.ObjectModel.Collection<'T>A Collection<'T> of type T that contains the objects of type T from the original collection.
Type Parameters
- T
The type of item in the collection to find.
.NET Framework
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Available since 3.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Show: