Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public static class NamespaceExtensionsMethods
| Name | Description |
|---|---|
| Descendants(INamespace) | Gets all child and descendant namespaces of the current namespace, excluding the current namespace. |
| DescendantsAndSelf(INamespace) | Gets all child and descendant namespaces of the current namespace, plus the current namespace. |
| IsAncestorOf(INamespace, INamespace) | Gets a value indicating whether the current namespace is the ancestor of another given namespace.
This method returns |
| IsDescendantOf(INamespace, INamespace) | Gets a value indicating whether the current namespace is the descendant of another given namespace.
This method returns |