Managed Core Provider Of Single.Get All Implementations<T> Method
Enumerates all implementations of the specified type that are available from
the provider.
Definition
Namespace: Numerics.NET.Providers
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.1
C#
A sequence of implementation objects.
Assembly: Numerics.NET.SinglePrecision (in Numerics.NET.SinglePrecision.dll) Version: 9.0.1
public override IEnumerable<T> GetAllImplementations<T>()
Type Parameters
- T
- The type of the implementation.
Return Value
IEnumerable<T>A sequence of implementation objects.