コード例 #1
0
ファイル: FilteredTermsEnum.cs プロジェクト: zfxsss/lucenenet
 /// <summary>
 /// Returns the related attributes, the returned <seealso cref="AttributeSource"/>
 /// is shared with the delegate {@code TermsEnum}.
 /// </summary>
 public override AttributeSource Attributes()
 {
     return(Tenum.Attributes());
 }
コード例 #2
0
 public override AttributeSource Attributes()
 {
     return(@in.Attributes());
 }