Table of Contents

Method IsAnonymusStruct

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

IsAnonymusStruct(ISyntaxNode)

Indicates whether specified node is anonymous structure node.

public static bool IsAnonymusStruct(ISyntaxNode node)

Parameters

node ISyntaxNode

ISyntaxNode to check.

Returns

bool

True if node represents anonymous structure; otherwise false.