NRAssembly.CompositTypes Property NReflect
Gets an enumerator to access all composit types of the assembly in the following order: interfaces, classes, structs.

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

public IEnumerable<NRCompositeType> CompositTypes { get; }

Return Value

An enumerator to go through all entities.
See Also