pmMDA.NET

SortedArray.Item Property

[This is preliminary documentation and subject to change.]

Gets or replaces the item at a specified index.

public object this[
   int index
] {get; set;}

Implements

IList.Item

Remarks

Setting this property will not replace the old item at the specified index with the new property value. Instead, the old item at the specified index is removed, and the new property value is added to this list.
This means that the new property value may not reside at the specified index.

See Also

SortedArray Class | PmMda.Net.Dog.Paging Namespace