ScopeDsymbol.getImportedScopes

class ScopeDsymbol
extern (D) final nothrow @nogc @safe pure
Dsymbols*
getImportedScopes
()

Return Value

Type: Dsymbols*

the symbols whose members have been imported, i.e. imported modules and template mixins.

See Also

importScope

Meta