Click or drag to resize

IProviderCreatorT Interface

Defines a factory for creating native or managed providers.

Namespace: Altaxo.Calc.Providers
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IProviderCreator<T>
where T : class

Type Parameters

T
The provider type to create.

The IProviderCreatorT type exposes the following members.

Methods
 NameDescription
Public methodCreateProvider Creates a provider instance.
Top
See Also