TypeAssociationAttribute.Owner Property

Gets the owner type of the association.

Definition

Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public Type Owner { get; }

Property Value

Type

Remarks

If the attribute is declared on a type, then this type is the owner and the value of this property is ignored.

See Also