DocumentationCommentId.CreateReferenceId(ISymbol) Method
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.
Creates an id string used to reference type symbols (not strictly declarations, includes arrays, pointers, type parameters, etc.).
public:
static System::String ^ CreateReferenceId(Microsoft::CodeAnalysis::ISymbol ^ symbol);
public static string CreateReferenceId (Microsoft.CodeAnalysis.ISymbol symbol);
static member CreateReferenceId : Microsoft.CodeAnalysis.ISymbol -> string
Public Shared Function CreateReferenceId (symbol As ISymbol) As String
Parameters
- symbol
- ISymbol
Returns
Exceptions
If symbol
is null
.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.