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
ISyntaxNodeISyntaxNode to check.
Returns
- bool
True if node represents anonymous structure; otherwise false.