MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeIAssemblyTypes
Open sandboxFocus

IAssembly.Types Property

Types

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

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