Table of Contents

Method IsXmlCommentNode

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

IsXmlCommentNode(ISyntaxNode)

Indicates whether specified node is a xml comment node (contains xml comment).

public static bool IsXmlCommentNode(ISyntaxNode node)

Parameters

node ISyntaxNode

Specifies ISyntaxNode to check-up.

Returns

bool

True if specified node is xml comment node; otherwise false.