Class Algorithm
Represents the abstract base class from which all implementations of algorithms must inherit.
public abstract class Algorithm
- Inheritance
-
Algorithm
- Derived
- Inherited Members
Constructors
Algorithm()
protected Algorithm()
Properties
Name
Gets algorithm name.
public abstract string Name { get; }