Property Item
Item[Int32]
Return the actual value in the slot. LUCENENET NOTE: This was value(int) in Lucene.
Declaration
public abstract IComparable this[int slot] { get; }
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | slot | The value |
Property Value
Type | Description |
---|---|
IComparable | Value in this slot |