Share via


IConstructedTypeProvider<TType>.GetPointerType(TType) 方法

定义

获取给定元素类型的非托管指针的类型符号。

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

参数

elementType
TType

返回

TType

适用于