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

this() public abstract method

Return the actual value in the slot.
public abstract this ( int slot ) : IComparable
slot int the value ///
return IComparable
	    public abstract IComparable this[int slot] { get; }