Table of Contents

Method IsParenthesizedExpression

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.Parsers.Advanced.v9.dll

IsParenthesizedExpression(ISyntaxNode)

Indicates whether specified node is a parenthesized expression node.

public static bool IsParenthesizedExpression(ISyntaxNode node)

Parameters

node ISyntaxNode

Specifies ISyntaxNode to check-up.

Returns

bool

True if specified node is parenthesized node; otherwise false.