'Declaration
 
Protected Overrides Sub OnInsertComplete( _
   ByVal  As Integer, _
   ByVal  As Object _
) 
             
        
            
            '使用法
 
Dim instance As FieldCollection(Of T)
Dim index As Integer
Dim value As Object
 
instance.OnInsertComplete(index, value)
             
        
            
            protected override void OnInsertComplete( 
   int ,
   object 
)