Exemplo n.º 1
0
 internal override void FinishDocument()
 {
     consumer.FinishDocument(this);
     if (nextTermsHash != null)
     {
         nextTermsHash.consumer.FinishDocument(nextTermsHash);
     }
 }
Exemplo n.º 2
0
 internal override void FinishDocument()
 {
     Consumer.FinishDocument(this);
     if (NextTermsHash != null)
     {
         NextTermsHash.Consumer.FinishDocument(NextTermsHash);
     }
 }