Compilation.CommonCreatePointerTypeSymbol(ITypeSymbol) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
protected:
abstract Microsoft::CodeAnalysis::IPointerTypeSymbol ^ CommonCreatePointerTypeSymbol(Microsoft::CodeAnalysis::ITypeSymbol ^ elementType);
protected abstract Microsoft.CodeAnalysis.IPointerTypeSymbol CommonCreatePointerTypeSymbol(Microsoft.CodeAnalysis.ITypeSymbol elementType);
abstract member CommonCreatePointerTypeSymbol : Microsoft.CodeAnalysis.ITypeSymbol -> Microsoft.CodeAnalysis.IPointerTypeSymbol
Protected MustOverride Function CommonCreatePointerTypeSymbol (elementType As ITypeSymbol) As IPointerTypeSymbol
Parameter
- elementType
- ITypeSymbol