PostSharpAPI ReferencePost­Sharp.​Patterns.​CollectionsAdvisable­Collection<T>Move
Open sandboxFocus

AdvisableCollection<T>.Move Method

Move(Int32, Int32)

Moved the element at the specified index to another index.

Declaration
public void Move(int oldIndex, int newIndex)
Parameters
Type Name Description
Int32 oldIndex

The old zero-based index of the item to be moved.

Int32 newIndex

The new zero-based index of the item to be moved.