Поделиться через


SingleLineLambdaExpressionSyntax.WithBegin(LambdaHeaderSyntax) Метод

Определение

Внимание!

This member is obsolete. Use WithSubOrFunctionHeader instead.

public:
 Microsoft::CodeAnalysis::VisualBasic::Syntax::SingleLineLambdaExpressionSyntax ^ WithBegin(Microsoft::CodeAnalysis::VisualBasic::Syntax::LambdaHeaderSyntax ^ begin);
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("This member is obsolete. Use WithSubOrFunctionHeader instead.", true)]
public Microsoft.CodeAnalysis.VisualBasic.Syntax.SingleLineLambdaExpressionSyntax WithBegin (Microsoft.CodeAnalysis.VisualBasic.Syntax.LambdaHeaderSyntax begin);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
[<System.Obsolete("This member is obsolete. Use WithSubOrFunctionHeader instead.", true)>]
member this.WithBegin : Microsoft.CodeAnalysis.VisualBasic.Syntax.LambdaHeaderSyntax -> Microsoft.CodeAnalysis.VisualBasic.Syntax.SingleLineLambdaExpressionSyntax
Public Function WithBegin (begin As LambdaHeaderSyntax) As SingleLineLambdaExpressionSyntax

Параметры

Возвращаемое значение

Атрибуты

Применяется к