Type Association Registry.Get Value 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#
The value of the type association, or null if no assocation was found in the registry.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static Type GetValue(
Type owner,
string key
)
Parameters
Return Value
TypeThe value of the type association, or null if no assocation was found in the registry.