AlgoType
Summary
Base type for representing an algorithm.
Signature
1 | |
Namespace
cAlgo.API
Properties
Name
Summary
Gets algorithm name.
Signature
1 | |
Return Value
string
AlgoKind
Summary
Gets algorithm kind.
Signature
1 | |
Return Value
AlgoKind
Related Tutorials
ProjectFilePath
Summary
Gets algorithm project file ".csproj" path if it has source code, otherwise null.
Signature
1 | |
Return Value
string