SingleLineLambdaExpressionSyntax.WithBegin(LambdaHeaderSyntax) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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
參數
- begin
- LambdaHeaderSyntax
傳回
- 屬性