The StaDyn Programming Language
Source code documentation of StaDyn, a hybrid static and dynamic typing language.
MethodInvocationArguments.cs
Go to the documentation of this file.
1 // -------------------------------------------------------------------------- //
3 // Project rROTOR //
4 // -------------------------------------------------------------------------- //
5 // File: TargetPlatformRepresentation.cs //
6 // Authors: Daniel Zapico Rodríguez Ortin - daniel.zapico.rodriguez@gmail.com //
7 // Description: //
8 // there is an object array that contains objects. This enum typè avoids having to remember
9 // the position in the array
10 // enum type //
11 // Create date: 4-03-2010 //
12 // Modification date: 4-03-2010 //
14 
15 using System;
16 using System.Collections.Generic;
17 using System.Text;
18 
19 namespace MethodInvocationArguments {
20 
22  Clean = 0,
23  MakeBox,
25  }
26 
27 }