NRAssociation Constructor (NRTypeBase, NRTypeBase)NReflect
Initializes a new instance of NRAssociation.

Namespace: NReflect.NRRelationship
Assembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax

public NRAssociation(
	NRTypeBase startType,
	NRTypeBase endType
)
See Also