Property Item
Item[Int32]
Return the actual value in the slot.
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 upgraded to Comparable |