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

this() public method

public this ( int slot ) : IComparable
slot int
return IComparable
		    public override IComparable this[int slot]
		    {
		        get { return (float) scores[slot]; }
		    }
		}