ReferencedSymbol.Definition 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.
The symbol definition that these are references to.
public:
property Microsoft::CodeAnalysis::ISymbol ^ Definition { Microsoft::CodeAnalysis::ISymbol ^ get(); };
public Microsoft.CodeAnalysis.ISymbol Definition { get; }
member this.Definition : Microsoft.CodeAnalysis.ISymbol
Public ReadOnly Property Definition As ISymbol