Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Function Remove( _ ByVal item As MathFunction _ ) As Boolean |
C# | |
---|---|
public abstract bool Remove( MathFunction item ) |
C++/CLI | |
---|---|
public: abstract bool Remove( MathFunction^ item ) |
Parameters
- item
- MathFunction to remove from the collection
Return Value
True, if the MathFunction was removed from the collection.Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)