예제 #1
0
 public Container(IDeclarationContext parent, string name)
     : base(parent, name)
 {
     _variables = new VariableCollection(this);
     _types = new ItemsCollection();
 }
예제 #2
0
 public MethodContext()
 {
     _variables = new VariableCollection(this);
 }