Represents a type which can contain fields and methods which is reflected by NReflect.
Inheritance Hierarchy

NReflect.NREntities.NRTypeBase
NReflect.NREntities.NRGenericType
NReflect.NREntities.NRCompositeType
NReflect.NREntities.NRInterface
NReflect.NREntities.NRSingleInheritanceType
Namespace: NReflect.NREntities
Assembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax
[SerializableAttribute] public abstract class NRCompositeType : NRGenericType, IMethodContainer
See Also