ManagedCoreProvider.GetAllImplementations<T> Method

Enumerates all implementations of the specified type that are available from the provider.

Definition

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

Type Parameters

T
The type of the implementation.

Return Value

IEnumerable<T>
A sequence of implementation objects.

See Also