Class SelectionSyntax
Inherited Members
Namespace: GraphZen.LanguageModel
Assembly: GraphZen.LanguageModel.dll
Syntax
public abstract class SelectionSyntax : SyntaxNode, ISyntaxNodeLocation, IDirectivesSyntax
Constructors
SelectionSyntax(SyntaxLocation)
Declaration
protected SelectionSyntax(SyntaxLocation location)
Parameters
| Type | Name | Description |
|---|---|---|
| Syntax |
location |
Properties
Directives
Declaration
public abstract IReadOnlyList<DirectiveSyntax> Directives { get; }
Property Value
| Type | Description |
|---|---|
| IRead |