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: Extreme.Mathematics
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
C#
A sequence of implementation objects.
Assembly: Extreme.Numerics.SinglePrecision (in Extreme.Numerics.SinglePrecision.dll) Version: 8.1.4
public override IEnumerable<T> GetAllImplementations<T>()
Type Parameters
- T
- The type of the implementation.
Return Value
IEnumerable<T>A sequence of implementation objects.