Interface IDirectiveAnnotationsDefinition
Namespace: GraphZen.TypeSystem.Taxonomy
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface IDirectiveAnnotationsDefinition
Properties
DirectiveLocation
Declaration
DirectiveLocation DirectiveLocation { get; }
Property Value
| Type | Description |
|---|---|
| Directive |
Methods
GetDirectiveAnnotations()
Declaration
IEnumerable<IDirectiveAnnotation> GetDirectiveAnnotations()
Returns
| Type | Description |
|---|---|
| IEnumerable<IDirective |