We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ccada2 commit 1637c35Copy full SHA for 1637c35
src/Moryx.Cli.Template/StateBaseTemplate/StateBaseTemplate.cs
@@ -17,7 +17,6 @@ public StateBaseTemplate(string content) : base(content)
17
Parse(_syntaxTree);
18
}
19
20
- public IEnumerable<ConstructorDeclarationSyntax> Constructors { get; private set; } = [];
21
public IEnumerable<StateDefinition> StateDeclarations { get; private set; } = [];
22
23
public static StateBaseTemplate FromFile(string fileName)
0 commit comments