IVariableDeclaratorOperation.Symbol 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.
Symbol declared by this variable declaration
public:
property Microsoft::CodeAnalysis::ILocalSymbol ^ Symbol { Microsoft::CodeAnalysis::ILocalSymbol ^ get(); };
public Microsoft.CodeAnalysis.ILocalSymbol Symbol { get; }
member this.Symbol : Microsoft.CodeAnalysis.ILocalSymbol
Public ReadOnly Property Symbol As ILocalSymbol