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: Numerics.NET
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
C#
A sequence of all implementations of type U supported by the provider.
Assembly: Numerics.NET.Generic (in Numerics.NET.Generic.dll) Version: 9.0.1
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.