ImplementationProviderAttribute Constructor

Constructs a new ImplementationProviderAttribute object.

Definition

Namespace: Numerics.NET.Providers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public ImplementationProviderAttribute(
	Type providerType
)

Parameters

providerType  Type
The type that acts as an implementation provider.

See Also