AdvisableCollection<T>.Move Method |
Moved the element at the specified index to another index.
Namespace: PostSharp.Patterns.Collections
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 4.3.48.0 (4.3.48.0)
C#
public void Move( int oldIndex, int newIndex )
Parameters
- oldIndex
- Type: System.Int32
The old zero-based index of the item to be moved. - newIndex
- Type: System.Int32
The new zero-based index of the item to be moved.