ImplementationProvider.GetAllImplementations<T> Method

Gets a sequence of all implementations of the specific type.

Definition

Namespace: Extreme.Providers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual IEnumerable<T> GetAllImplementations<T>()

Type Parameters

T
The implemented type.

Return Value

IEnumerable<T>
A sequence of implementations of the type T.

See Also