Пример #1
0
 public InterpretedFrameInfo(string methodName, System.Management.Automation.Interpreter.DebugInfo info)
 {
     this.MethodName = methodName;
     this.DebugInfo = info;
 }
Пример #2
0
 public InterpretedFrameInfo(string methodName, System.Management.Automation.Interpreter.DebugInfo info)
 {
     this.MethodName = methodName;
     this.DebugInfo  = info;
 }