AwaitExpressionInfo.GetResultMethod 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 "GetResult" method.
public:
 property Microsoft::CodeAnalysis::IMethodSymbol ^ GetResultMethod { Microsoft::CodeAnalysis::IMethodSymbol ^ get(); };
	public Microsoft.CodeAnalysis.IMethodSymbol GetResultMethod { get; }
	member this.GetResultMethod : Microsoft.CodeAnalysis.IMethodSymbol
	Public ReadOnly Property GetResultMethod As IMethodSymbol