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