Lucene.Net.Search.FieldComparator.DocComparator.this C# (CSharp) Method

this() public method

public this ( int slot ) : IComparable
slot int
return IComparable
		    public override IComparable this[int slot]
		    {
		        get { return (System.Int32) docIDs[slot]; }
		    }
		}