153
output_do(a,(int) e.Parameters["b"],(int) _stateContext_.getStateVar("c"),(int) _stateContext_.getStateArg("d"),this.e);
1
using System;
2
using System.Collections.Generic;
3
4
5
public class Program
6
{
7
public static void Main()
8
{
9
var scopeIdentifiersController = new ScopeIdentifiersController();
10
11
scopeIdentifiersController.start();
12
13
}
14
}
15
16
17
public class FrameEvent {
18
public FrameEvent(string msg, Dictionary<string,object> parameters) {
19
this.Msg = msg;
20
this.Parameters = parameters;
21
}
22
public string Msg;
23
public Dictionary<string,Object> Parameters;
24
public Object Return;
Cached Result