Exemplo n.º 1
0
 public void Add(Indexable indexable)
 {
     indexable.StoreStream();
     to_add.Add(indexable);
 }