Type Association Registry.Get Specialization Method
Gets an instance of the specializing type.
Definition
Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
An instance of the specializing type.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static Object GetSpecialization(
string key,
Type type
)
Parameters
- key String
- A String value that uniquely identifies the specialization.
- type Type
- The actual type of the type parameter to which the specialization applies.
Return Value
ObjectAn instance of the specializing type.