MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeIAssemblyAll­Types
Open sandboxFocus

IAssembly.AllTypes Property

AllTypes

Gets the list of types declared in this assembly, in all namespaces, including recursively all nested types. In case of partial compilations (see IsPartial), this collection only contain the types in the current partial compilation.

Declaration
INamedTypeCollection AllTypes { get; }
Property Value
Type Description
INamedTypeCollection