Exemplo n.º 1
0
 public Container(IDeclarationContext parent, string name)
     : base(parent, name)
 {
     _variables = new VariableCollection(this);
     _types = new ItemsCollection();
 }
Exemplo n.º 2
0
 public MethodContext()
 {
     _variables = new VariableCollection(this);
 }