public void Move(
int sourceIndex,
int targetIndex
)
Public Sub Move (
sourceIndex As Integer,
targetIndex As Integer
)
public:
void Move(
int sourceIndex,
int targetIndex
)
member Move :
sourceIndex : int *
targetIndex : int -> unit