Open sandboxFocus

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