IConstructedTypeProvider<TType>.GetPointerType(TType) Method

Definition

Gets the type symbol for an unmanaged pointer to the given element type.

public:
 TType GetPointerType(TType elementType);
public TType GetPointerType (TType elementType);
abstract member GetPointerType : 'ype -> 'ype
Public Function GetPointerType (elementType As TType) As TType

Parameters

elementType
TType

Returns

TType

Applies to