GraphZen
  • Home
  • Blog
  • Documentation
  • API
  • Get Started
Show / Hide Table of Contents

Interface IDirectivesSyntax

Namespace: GraphZen.LanguageModel
Assembly: GraphZen.LanguageModel.dll
Syntax
public interface IDirectivesSyntax

Properties

Directives

Declaration
IReadOnlyList<DirectiveSyntax> Directives { get; }
Property Value
Type Description
IReadOnlyList<DirectiveSyntax>
Back to top Copyright © 2017-2019 GraphZen LLC