Method IsUnnamedStruct
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.Parsers.Advanced.v9.dll
IsUnnamedStruct(string)
Indicates whether given type is unnamed structure.
public static bool IsUnnamedStruct(string type)
Parameters
type
stringType to check.
Returns
- bool
True if type represents unnamed structure; otherwise false.
IsUnnamedStruct(ISyntaxNode)
Indicates whether specified node is unnamed structure node.
public static bool IsUnnamedStruct(ISyntaxNode node)
Parameters
node
ISyntaxNodeISyntaxNode to check.
Returns
- bool
True if node represents unnamed structure; otherwise false.