MathBase Class

MSBuild

Math task base class This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.


Namespace: MSBuild.Community.Tasks.Math
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)

Syntax

Visual Basic (Declaration)
Public MustInherit Class MathBase
    Inherits Task
C#
public abstract class MathBase : Task
C++
ref class MathBase abstract  : Task
J#
public  class MathBase extends Task
JScript
public  class MathBase extends Task

Inheritance Hierarchy

Thread Safety

Public static (Shared in Visual Basic)staticShared members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

See Also

Syntax based on .NET Framework version 2.0.
Documentation version 1.0.0.0.