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