Implementation Provider.Get All Implementations<T> Method
Gets a sequence of all implementations of the specific type.
Definition
Namespace: Extreme.Providers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A sequence of implementations of the type T.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public virtual IEnumerable<T> GetAllImplementations<T>()
Type Parameters
- T
- The implemented type.
Return Value
IEnumerable<T>A sequence of implementations of the type T.