OperatorDeclarationSyntax.ReturnType Property

Definition

Gets the return type.

public:
 property Microsoft::CodeAnalysis::CSharp::Syntax::TypeSyntax ^ ReturnType { Microsoft::CodeAnalysis::CSharp::Syntax::TypeSyntax ^ get(); };
public Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax ReturnType { get; }
member this.ReturnType : Microsoft.CodeAnalysis.CSharp.Syntax.TypeSyntax
Public ReadOnly Property ReturnType As TypeSyntax

Property Value

Applies to