Lucene.Net.Analysis.Tr.ApostropheFilter.ApostropheFilter C# (CSharp) Method

ApostropheFilter() public method

public ApostropheFilter ( TokenStream @in ) : Lucene.Net.Analysis.Tokenattributes
@in TokenStream
return Lucene.Net.Analysis.Tokenattributes
        public ApostropheFilter(TokenStream @in)
              : base(@in)
        {
            termAtt = AddAttribute<ICharTermAttribute>();
        }