Gets an enumerator to access all single inheritance types of the assembly in the following order:
classes, structs.
Namespace: NReflectAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax
public IEnumerable<NRSingleInheritanceType> SingleInheritanceTypes { get; }
Return Value
An enumerator to go through all entities.See Also