'Declaration Sub Swap( _ ByVal fromIndex As Integer, _ ByVal toIndex As Integer, _ ByVal count As Integer _ )
'Declaration
Sub Swap( _ 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.Swap(fromIndex, toIndex, count)
'使用法
Dim instance As IMovable Dim fromIndex As Integer Dim toIndex As Integer Dim count As Integer instance.Swap(fromIndex, toIndex, count)
void Swap( int fromIndex, int toIndex, int count )
IMovable インタフェース IMovable メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.