'Declaration Public Overridable Sub Insert( _ ByVal index As Integer, _ ByVal value As GroupInfo _ )
'Usage Dim instance As GroupInfoCollection Dim index As Integer Dim value As GroupInfo instance.Insert(index, value)
Parameters
- index
- Zero-based index at which to insert the GroupInfo object
- value
- GroupInfo object to insert into the collection