Exemple #1
0
 public IDisposable OpenScope(string name)
 {
     this.namespaceAndNextIndex=this.namespaceAndNextIndex.Nest(name);
       this.localVariableToInfo=this.localVariableToInfo.Nest();
       return new ScopeMaster();
 }
Exemple #2
0
 public VariableToInfo(VariableToInfo inner = null)
 {
     this.inner = inner;
 }
Exemple #3
0
 public VariableToInfo(VariableToInfo inner=null)
 {
     this.inner=inner;
 }