KeywordList

Represents a list of keywords attached to a field.

class KeywordList : SyntaxNode {}

Alias This

keywords

Members

Variables

keywords
string[] keywords;

The list of keywords.

Inherited Members

From SyntaxNode

syntaxKind
SyntaxKind syntaxKind()

Gets the SyntaxKind for this type of node.

visit
void visit(Visitor visitor)

Calls the $(S Visitor)'s analogous Visitor.visit method.

Meta