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

this() public method

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