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

型のシンボル。

適用対象