Click or drag to resize

ProviderProbeTTryCreate Method

Attempts to create the provider without throwing on failure.

Namespace: Altaxo.Calc.Providers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public T TryCreate()

Return Value

T
The created provider, or if probing fails.
See Also