Table of Contents

Method IsEmbeddedStruct

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

IsEmbeddedStruct(ISyntaxNode)

Indicates whether specified node is embedded structure node.

public static bool IsEmbeddedStruct(ISyntaxNode node)

Parameters

node ISyntaxNode

ISyntaxNode to check.

Returns

bool

True if node is embedded structure; otherwise false.