ISignatureTypeProvider<TType,TGenericContext>.GetModifiedType Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type symbol for a type with a custom modifier applied.
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
Parameters
- modifier
- TType
The modifier type applied.
- unmodifiedType
- TType
The type symbol of the underlying type without modifiers applied.
- isRequired
- Boolean
true
if the modifier is required, false
if it's optional.
Returns
TType
The type symbol.
Applies to
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.