'Usage
Dim instance As FieldCollection(Of T) Dim index As Integer Dim value As T instance.Insert(index, value)
Parameters
- index
- The zero-based index where the specified object should be inserted.
- value
- The T to insert.
'Usage
Dim instance As FieldCollection(Of T) Dim index As Integer Dim value As T instance.Insert(index, value)