Lucene.Net.Index.AssertingAtomicReader.AssertingBits.Length C# (CSharp) Method

Length() public method

public Length ( ) : int
return int
            public int Length()
            {
                return @in.Length();
            }
        }
AssertingAtomicReader.AssertingBits