ISignatureTypeProvider<TType,TGenericContext>.GetModifiedType メソッド

定義

カスタム修飾子が適用された型の型シンボルを取得します。

public:
 TType GetModifiedType(TType modifier, TType unmodifiedType, bool isRequired);
public TType GetModifiedType(TType modifier, TType unmodifiedType, bool isRequired);
abstract member GetModifiedType : 'ype * 'ype * bool -> 'ype
Public Function GetModifiedType (modifier As TType, unmodifiedType As TType, isRequired As Boolean) As TType

パラメーター

modifier
TType

適用される修飾子の種類。

unmodifiedType
TType

修飾子が適用されていない基になる型の型シンボル。

isRequired
Boolean

true 修飾子が必要な場合は、省略可能な場合は false

返品

TType

型記号。

適用対象