Table of Contents

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 string

Type 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 ISyntaxNode

ISyntaxNode to check.

Returns

bool

True if node represents unnamed structure; otherwise false.