Click or drag to resize

SortableListItem Property

IList implementation. Gets - or sets - object's value at a specified index. The set operation is impossible if the KeepSorted property is set to true.

Namespace:  Pathfinding
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public Object this[
	int Index
] { get; set; }

Parameters

Index
Type: SystemInt32

Property Value

Type: Object

Implements

IListItemInt32
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionIndex is less than zero or Index is greater than Count.
InvalidOperationException[] operator cannot be used to set a value if KeepSorted property is set to true.
See Also