Exemplo n.º 1
0
 public Doc this[H1 h1]
 {
     get
     {
         list.Add(h1);
         return(this);
     }
 }
Exemplo n.º 2
0
 public Doc this[H1 h1]
 {
     get
     {
         list.Add(h1);
         return this;
     }
 }