Example #1
0
 public f(string name, openo parent)
     : base(
         The.Method(
             name,
             parent.Type()
             ))
 {
     this.parent = parent;
 }