FunctionAggregationSyntax.CloseParenToken Property

Definition

The ")" token, if present.

public Microsoft.CodeAnalysis.SyntaxToken CloseParenToken { get; }

Property Value

Remarks

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

Applies to