TypeAssociationRegistry.GetInstance 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#
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

Object
An instance of the value associated with owner created using a parameterless constructor.

See Also