IMethodSymbol.ReturnType Property
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 return type of the method.
public:
property Microsoft::CodeAnalysis::ITypeSymbol ^ ReturnType { Microsoft::CodeAnalysis::ITypeSymbol ^ get(); };
public Microsoft.CodeAnalysis.ITypeSymbol ReturnType { get; }
member this.ReturnType : Microsoft.CodeAnalysis.ITypeSymbol
Public ReadOnly Property ReturnType As ITypeSymbol