Share via


MultiLineLambdaExpressionSyntax.SubOrFunctionHeader Property

Definition

The header part of the lambda that includes the "Sub" or "Function" keyword, the argument list and return type.

public:
 property Microsoft::CodeAnalysis::VisualBasic::Syntax::LambdaHeaderSyntax ^ SubOrFunctionHeader { Microsoft::CodeAnalysis::VisualBasic::Syntax::LambdaHeaderSyntax ^ get(); };
public Microsoft.CodeAnalysis.VisualBasic.Syntax.LambdaHeaderSyntax SubOrFunctionHeader { get; }
member this.SubOrFunctionHeader : Microsoft.CodeAnalysis.VisualBasic.Syntax.LambdaHeaderSyntax
Public ReadOnly Property SubOrFunctionHeader As LambdaHeaderSyntax

Property Value

Applies to