NRSingleInheritanceType ClassNReflect
Represents a type which can only have one parent type which is reflected by NReflect.
Inheritance Hierarchy

OnlineSystem Object
  NReflect.NREntities NRTypeBase
    NReflect.NREntities NRGenericType
      NReflect.NREntities NRCompositeType
        NReflect.NREntities NRSingleInheritanceType
          NReflect.NREntities NRClass
          NReflect.NREntities NRStruct

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

[SerializableAttribute]
public abstract class NRSingleInheritanceType : NRCompositeType, 
	IFieldContainer
See Also