IConstructedTypeProvider<TType>.GetPointerType(TType) メソッド
定義
指定した要素の型へのアンマネージド ポインターの型のシンボルを取得します。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
パラメーター
- elementType
- TType
戻り値
- TType