ISignatureTypeProvider<TType,TGenericContext>.GetModifiedType メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
カスタム修飾子が適用された型の型シンボルを取得します。
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
型記号。