IExtensionCollection(Of T).FindAll(Of E) Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Finds all extension objects in the collection specified by E.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Type Parameters
- E
The type of extension object.
Return Value
Type: System.Collections.ObjectModel.Collection(Of E)A collection of all extension objects in the collection that implements the specified type.
Show: