MetalamaAPI documentationAspect APIMetalama.​Framework.​CodeINamespaceGet­Descendant
Open sandboxFocus

INamespace.GetDescendant Method

GetDescendant(string)

Gets a descendant of the current namespace.

Declaration
INamespace? GetDescendant(string ns)
Parameters
Type Name Description
string ns

Dot-separated name of the namespace relatively to the current namespace.

Returns
Type Description
INamespace