FunctionAggregationSyntax.CloseParenToken Property

Definition

The ")" token, if present.

public:
 property Microsoft::CodeAnalysis::SyntaxToken CloseParenToken { Microsoft::CodeAnalysis::SyntaxToken get(); };
public Microsoft.CodeAnalysis.SyntaxToken CloseParenToken { get; }
member this.CloseParenToken : Microsoft.CodeAnalysis.SyntaxToken
Public ReadOnly Property CloseParenToken As SyntaxToken

Property Value

Remarks

This child is optional. If it is not present, then Nothing is returned.

Applies to