IExtensionCollection<T>.FindAll<E> Method

Definition

Finds all extension object in the collection specified by E.

public:
generic <typename E>
 System::Collections::ObjectModel::Collection<E> ^ FindAll();
public System.Collections.ObjectModel.Collection<E> FindAll<E> ();
abstract member FindAll : unit -> System.Collections.ObjectModel.Collection<'E>
Public Function FindAll(Of E) () As Collection(Of E)

Type Parameters

E

The type of extension object.

Returns

A collection of all extension objects in the collection that implement the specified type.

Applies to