Returns a sequence of all implementations of the specified type
supported by the provider.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics.Generic (in Extreme.Numerics.Generic.dll) Version: 8.1.1
public override IEnumerable<U> GetAllImplementations<U>()
Public Overrides Function GetAllImplementations(Of U) As IEnumerable(Of U)
public:
generic<typename U>
virtual IEnumerable<U>^ GetAllImplementations() override
abstract GetAllImplementations : unit -> IEnumerable<'U>
override GetAllImplementations : unit -> IEnumerable<'U>
Type Parameters
- U
- The type of the implementation.
Return Value
Type:
IEnumerableUA sequence of all implementations of type
U
supported by the provider.
Reference