TypeAssociationRegistry.GetValue Method

Gets the value of a type association for an owner type.

Definition

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

Parameters

owner  Type
key  String

Return Value

Type
The value of the type association, or null if no assocation was found in the registry.

See Also