ReferenceLocation.Alias Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If the symbol was bound through an alias, then this is the alias that was used.
public:
property Microsoft::CodeAnalysis::IAliasSymbol ^ Alias { Microsoft::CodeAnalysis::IAliasSymbol ^ get(); };
public Microsoft.CodeAnalysis.IAliasSymbol Alias { get; }
public Microsoft.CodeAnalysis.IAliasSymbol? Alias { get; }
member this.Alias : Microsoft.CodeAnalysis.IAliasSymbol
Public ReadOnly Property Alias As IAliasSymbol