GenericCoreProvider<T>.GetAllImplementations<U> Method

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

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.0
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