Gets the value of a type association for an owner type.
Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Shared Function GetValue ( _
owner As Type, _
key As String _
) As Type
|
Return Value
The value of the type association, or
nullNothingnullptra null reference (Nothing in Visual Basic) if no assocation
was found in the registry.
See Also