'Declaration Public Function IndexOf( _ ByVal item As Line _ ) As Integer
'Declaration
Public Function IndexOf( _ ByVal item As Line _ ) As Integer
'使用法 Dim instance As LineCollection Dim item As Line Dim value As Integer value = instance.IndexOf(item)
'使用法
Dim instance As LineCollection Dim item As Line Dim value As Integer value = instance.IndexOf(item)
public int IndexOf( Line item )
LineCollection クラス LineCollection メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.