'Declaration Protected Overrides NotOverridable Sub SetItem( _ ByVal index As Integer, _ ByVal item As StatFunction _ )
'Usage Dim instance As StatFunctionCollection Dim index As Integer Dim item As StatFunction instance.SetItem(index, item)
protected override void SetItem( int index, StatFunction item )
Parameters
- index
- The zero-based index of the statistical function to replace.
- item
- The new statistical function.