'Declaration Sub Copy( _ 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.Copy(fromIndex, toIndex, count)
void Copy( int fromIndex, int toIndex, int count )
IMovable インタフェース IMovable メンバ
© 2004-2015, GrapeCity inc. All rights reserved.