Metalama / / API Documentation / Aspect API / Metalama.​Framework.​Code / INamespace / Get­Descendant
Open sandbox

Method GetDescendant

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