Generic Core Provider<T>.Get All Implementations<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#
A sequence of all implementations of type U supported by the provider.
Assembly: Extreme.Numerics.Generic (in Extreme.Numerics.Generic.dll) Version: 8.1.4
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.