Exemple #1
0
 /// <summary>Returns an enumeration of all the Terms and TermInfos in the set. </summary>
 public SegmentTermEnum Terms()
 {
     return((SegmentTermEnum)origEnum.Clone());
 }
 /// <summary>Returns an enumeration of all the Terms and TermInfos in the set. </summary>
 public SegmentTermEnum Terms(IState state)
 {
     return((SegmentTermEnum)origEnum.Clone(state));
 }