MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeNamespace­ExtensionsDescendants
Open sandboxFocus

NamespaceExtensions.Descendants Method

Descendants(INamespace)

Gets all child and descendant namespaces of the current namespace, excluding the current namespace.

Declaration
public static IReadOnlyList<INamespace> Descendants(this INamespace ns)
Parameters
Type Name Description
INamespace ns
Returns
Type Description
IReadOnlyList<INamespace>