Implementation Manager<T>.Try Get Current Method
Attempts to retrieve the current implementation.
Definition
Namespace: Extreme.Providers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if an implementation was found; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static bool TryGetCurrent(
out T result
)
Parameters
- result T
- On return, the current implementation.
Return Value
Booleantrue if an implementation was found; otherwise false.