'Declaration Sub Move( _ ByVal fromIndex As Integer, _ ByVal toIndex As Integer, _ ByVal count As Integer _ )
'使用法 Dim instance As IMovable Dim fromIndex As Integer Dim toIndex As Integer Dim count As Integer instance.Move(fromIndex, toIndex, count)
void Move( int fromIndex, int toIndex, int count )
IMovable インタフェース IMovable メンバ
© 2004-2015, GrapeCity inc. All rights reserved.