Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public CanSpecializeAttribute(
string associationKey,
Type baseType
)
Public Sub New (
associationKey As String,
baseType As Type
)
public:
CanSpecializeAttribute(
String^ associationKey,
Type^ baseType
)
new :
associationKey : string *
baseType : Type -> CanSpecializeAttribute
Parameters
- associationKey
- Type: SystemString
The key for the type association. - baseType
- Type: SystemType
The type of the base class that implements the specialization.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference