Share via


MethodBlockBaseSyntax.Begin Property

Definition

Caution

This member is obsolete. Use BlockStatement or a more specific property (e.g. SubOrFunctionStatement) instead.

public:
 property Microsoft::CodeAnalysis::VisualBasic::Syntax::MethodBaseSyntax ^ Begin { Microsoft::CodeAnalysis::VisualBasic::Syntax::MethodBaseSyntax ^ get(); };
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("This member is obsolete. Use BlockStatement or a more specific property (e.g. SubOrFunctionStatement) instead.", true)]
public Microsoft.CodeAnalysis.VisualBasic.Syntax.MethodBaseSyntax Begin { get; }
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
[<System.Obsolete("This member is obsolete. Use BlockStatement or a more specific property (e.g. SubOrFunctionStatement) instead.", true)>]
member this.Begin : Microsoft.CodeAnalysis.VisualBasic.Syntax.MethodBaseSyntax
Public ReadOnly Property Begin As MethodBaseSyntax

Property Value

Attributes

Applies to