Interface IImportScope
Namespace: Microsoft.CodeAnalysis
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface IImportScope
Properties
Aliases
Declaration
ImmutableArray<IAliasSymbol> Aliases { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<IAliasSymbol> |
ExternAliases
Declaration
ImmutableArray<IAliasSymbol> ExternAliases { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<IAliasSymbol> |
Imports
Declaration
ImmutableArray<ImportedNamespaceOrType> Imports { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<ImportedNamespaceOrType> |
XmlNamespaces
Declaration
ImmutableArray<ImportedXmlNamespace> XmlNamespaces { get; }
Property Value
| Type | Description |
|---|---|
| ImmutableArray<ImportedXmlNamespace> |