TypeAssociationRegistry.Register Method

Registers a type association in the registry.

Definition

Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static void Register(
	Type owner,
	string key,
	Type value
)

Parameters

owner  Type
 
key  String
 
value  Type
 

See Also