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

this() public method

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