MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeINamespaceIs­Partial
Open sandboxFocus

INamespace.IsPartial Property

IsPartial

Gets a value indicating whether the current namespace is partial, i.e. incomplete. Metalama uses partial compilations at design time, when only the closure of modified types are being incrementally recompiled. In this scenario, namespaces of the current compilation are partial. Namespaces of external assemblies are never partial.

Declaration
bool IsPartial { get; }
Property Value
Type Description
Boolean