'Declaration Public Overridable Function ReplaceAt( _ ByVal index As Integer, _ ByVal newObj As Object _ ) As Boolean
'Declaration
Public Overridable Function ReplaceAt( _ ByVal index As Integer, _ ByVal newObj As Object _ ) As Boolean
'使用法 Dim instance As Elements Dim index As Integer Dim newObj As Object Dim value As Boolean value = instance.ReplaceAt(index, newObj)
'使用法
Dim instance As Elements Dim index As Integer Dim newObj As Object Dim value As Boolean value = instance.ReplaceAt(index, newObj)
public virtual bool ReplaceAt( int index, object newObj )
Elements クラス Elements メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.