Initializes a new instance of NRRealization.
Namespace: NReflect.NRRelationshipAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax
public NRRealization( NRInterface baseType, NRSingleInheritanceType implementingType )
Parameters
- baseType
- Type: NReflect.NREntities.NRInterface
The base type of the generalization.
- implementingType
- Type: NReflect.NREntities.NRSingleInheritanceType
The implementing type of the realization.
See Also