Move generated interpreter alias to file scope
This commit is contained in:
parent
8f1dafef75
commit
3a61cd4eb1
1 changed files with 1 additions and 2 deletions
|
|
@ -1,11 +1,10 @@
|
|||
using System.Runtime.CompilerServices;
|
||||
using System.Text;
|
||||
using System.IO;
|
||||
using GeneratedInterpreter = global::CSMic.Interpreter;
|
||||
|
||||
namespace CSMic
|
||||
{
|
||||
using GeneratedInterpreter = global::CSMic.Interpreter;
|
||||
|
||||
/// <summary> The interpreter that parses user input at runtime into strongly typed .Net values. </summary>
|
||||
public class InputInterpreter
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue