PropertyDeclarationSyntax.Semicolon Property

Definition

Caution

This member is obsolete.

public:
 property Microsoft::CodeAnalysis::SyntaxToken Semicolon { Microsoft::CodeAnalysis::SyntaxToken get(); };
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("This member is obsolete.", true)]
public Microsoft.CodeAnalysis.SyntaxToken Semicolon { get; }
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
[<System.Obsolete("This member is obsolete.", true)>]
member this.Semicolon : Microsoft.CodeAnalysis.SyntaxToken
Public ReadOnly Property Semicolon As SyntaxToken

Property Value

Attributes

Applies to