ImplementationManager<T>.TryGetCurrent Method

Attempts to retrieve the current implementation.

Definition

Namespace: Extreme.Providers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static bool TryGetCurrent(
	out T result
)

Parameters

result  T
On return, the current implementation.

Return Value

Boolean
true if an implementation was found; otherwise false.

See Also