TypeAssociationRegistry.GetSpecialization 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#
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

Object
An instance of the specializing type.

See Also