Ejemplo n.º 1
0
 public void Complete()
 {
     if (_rootTypeHandler != null)
     {
         throw new Exception("Variable types already complete.");
     }
     _rootTypeHandler = new RootTypeHandler(new MetaTypeHandler(this));
 }
Ejemplo n.º 2
0
 public void Complete()
 {
     if (_rootTypeHandler != null) throw new Exception("Variable types already complete.");
     _rootTypeHandler = new RootTypeHandler(new MetaTypeHandler(this));
 }