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
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.