KeyedByTypeCollection<TItem>::FindAll<T> Method ()

 

Returns a collection of objects of type T that are contained in the KeyedByTypeCollection<TItem>.

Namespace:   System.Collections.Generic
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
generic<typename T>
Collection<T>^ FindAll()

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
Return to top
Show: