Ejemplo n.º 1
0
 public ExpansionContext(MethodBase root)
     : this(new Stack<MethodBase>(root.MkArray()))
 {
 }