public ScriptParsers(ScriptParserContext ctx)
 {
     this._Current_context = ctx;
 }
Beispiel #2
0
 public SolutionFolder(ScriptParserContext ctx) : base(ctx)
 {
 }