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