'Declaration Public Function Remove( _ ByVal item As Single _ ) As Boolean
'Declaration
Public Function Remove( _ ByVal item As Single _ ) As Boolean
'使用法 Dim instance As DetachmentCollection Dim item As Single Dim value As Boolean value = instance.Remove(item)
'使用法
Dim instance As DetachmentCollection Dim item As Single Dim value As Boolean value = instance.Remove(item)
public bool Remove( float item )
DetachmentCollection クラス DetachmentCollection メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.