TypeInfo.Type Proprietà

Definizione

Tipo dell'espressione rappresentata dal nodo della sintassi. Per le espressioni che non hanno un tipo, viene restituito null. Se il tipo non è stato determinato a causa di un errore, viene restituito un IErrorTypeSymbol.

public:
 property Microsoft::CodeAnalysis::ITypeSymbol ^ Type { Microsoft::CodeAnalysis::ITypeSymbol ^ get(); };
public Microsoft.CodeAnalysis.ITypeSymbol Type { get; }
public Microsoft.CodeAnalysis.ITypeSymbol? Type { get; }
member this.Type : Microsoft.CodeAnalysis.ITypeSymbol
Public ReadOnly Property Type As ITypeSymbol

Valore della proprietà

Si applica a