ISignatureTypeProvider<TType,TGenericContext>.GetPinnedType Method

Definition

Gets the type symbol for a local variable type that is marked as pinned.

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

Parameters

elementType
TType

Returns

TType

The type symbol for the local variable type.

Applies to