Compilation.CreatePointerTypeSymbol(ITypeSymbol) Method

Definition

Returns a new IPointerTypeSymbol representing a pointer type tied to a type in this Compilation.

public:
 Microsoft::CodeAnalysis::IPointerTypeSymbol ^ CreatePointerTypeSymbol(Microsoft::CodeAnalysis::ITypeSymbol ^ pointedAtType);
public Microsoft.CodeAnalysis.IPointerTypeSymbol CreatePointerTypeSymbol (Microsoft.CodeAnalysis.ITypeSymbol pointedAtType);
member this.CreatePointerTypeSymbol : Microsoft.CodeAnalysis.ITypeSymbol -> Microsoft.CodeAnalysis.IPointerTypeSymbol
Public Function CreatePointerTypeSymbol (pointedAtType As ITypeSymbol) As IPointerTypeSymbol

Parameters

pointedAtType
ITypeSymbol

Returns

Exceptions

If the compilation is a VisualBasic compilation.

Applies to