TypeAssociationAttribute Constructor

Definition

Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23

Overload List

TypeAssociationAttribute(String, Type)

Constructs a new TypeAssociationAttribute
C#
public TypeAssociationAttribute(
	string key,
	Type value
)

Parameters

key  String
 
value  Type
 

TypeAssociationAttribute(Type, String, Type)

Constructs a new TypeAssociationAttribute
C#
public TypeAssociationAttribute(
	Type owner,
	string key,
	Type value
)

Parameters

owner  Type
 
key  String
 
value  Type
 

See Also