Lucene.Net.Search.CachingCollector.CachedScorer.Advance C# (CSharp) Method

Advance() public method

public Advance ( int target ) : int
target int
return int
            public override int Advance(int target)
            {
                throw new System.NotSupportedException();
            }