Condividi tramite


JSMethodInfo.ReturnType Proprietà

Definizione

Ottiene il tipo del valore restituito di questo metodo.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 virtual property Type ^ ReturnType { Type ^ get(); };
public override Type ReturnType { get; }
member this.ReturnType : Type
Public Overrides ReadOnly Property ReturnType As Type

Valore della proprietà

Tipo del valore restituito di questo metodo.

Si applica a

Vedi anche