Share via


FunctionMemberAst.ReturnType Property

Definition

The ast representing the return type for the method. This property may be null if no return type was specified.

public:
 property System::Management::Automation::Language::TypeConstraintAst ^ ReturnType { System::Management::Automation::Language::TypeConstraintAst ^ get(); };
public System.Management.Automation.Language.TypeConstraintAst ReturnType { get; }
member this.ReturnType : System.Management.Automation.Language.TypeConstraintAst
Public ReadOnly Property ReturnType As TypeConstraintAst

Property Value

Applies to