ISignatureTypeProvider<TType,TGenericContext>.GetPinnedType 方法

定义

获取标记为“已固定”的本地变量类型的类型符号。

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

参数

elementType
TType

返回

TType

本地变量类型的类型符号。

适用于