ImplementationProviderAttribute Constructor

Constructs a new ImplementationProviderAttribute object.

Definition

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

Parameters

providerType  Type
The type that acts as an implementation provider.

See Also