CanSpecializeAttribute Constructor

Constructs a new CanSpecializeAttribute.

Definition

Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public CanSpecializeAttribute(
	string associationKey,
	Type baseType
)

Parameters

associationKey  String
The key for the type association.
baseType  Type
The type of the base class that implements the specialization.

See Also