GenericCoreProvider<T>.GetAllImplementations<U> Method

Returns a sequence of all implementations of the specified type supported by the provider.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Generic (in Extreme.Numerics.Generic.dll) Version: 8.1.4
C#
public override IEnumerable<U> GetAllImplementations<U>()

Type Parameters

U
The type of the implementation.

Return Value

IEnumerable<U>
A sequence of all implementations of type U supported by the provider.

See Also