Share via


IImportScope.ExternAliases Property

Definition

Extern aliases defined at this level of the chain. This corresponds to extern alias X; in C#. It will be empty in Visual Basic.

public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.IAliasSymbol> ExternAliases { get; }
member this.ExternAliases : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.IAliasSymbol>
Public ReadOnly Property ExternAliases As ImmutableArray(Of IAliasSymbol)

Property Value

Remarks

May be Empty, will never be IsDefault.

Applies to