Type Association Registry.Get Instance Method
Gets an instance of 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#
An instance of the value associated with owner created using a parameterless constructor.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static Object GetInstance(
Type owner,
string key
)
Parameters
- owner Type
- The owner of the association.
- key String
- A String value that uniquely identifies the association.
Return Value
ObjectAn instance of the value associated with owner created using a parameterless constructor.