Exemplo n.º 1
0
 protected TypeGroup(TypeGroup group)
     : base(group.GetModule())
 {
     this.name = group.name;
     this.fullName = null;
     this.parentScope = group.GetParentScope();
     this.types = new SimpleSet<TypeGroupName> ();
 }