'Declaration Protected Overrides NotOverridable Sub InsertItem( _ ByVal index As Integer, _ ByVal item As StatFunction _ )
'Usage Dim instance As StatFunctionCollection Dim index As Integer Dim item As StatFunction instance.InsertItem(index, item)
protected override void InsertItem( int index, StatFunction item )
Parameters
- index
- The zero-based index at which to add the statistical function.
- item
- The statistical function to add to the collection.