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.