has Import Alias With Name
Determines whether the declaration has at least one import alias whose name matches any of the specified names.
Return
true
if there is a matching declaration, false
otherwise.
Parameters
name
the name of the import alias to check.
names
the names of the import aliases to check.
Determines whether the declaration has at least one import alias whose name matches any of the specified names.
Return
true
if there is a matching declaration, false
otherwise.
Parameters
names
the names of the import aliases to check.