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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.