Skip to content

AlgoType

Summary

Base type for representing an algorithm.

Signature

1
public abstract interface AlgoType

Namespace

cAlgo.API

Properties

Name

Summary

Gets algorithm name.

Signature

1
public abstract string Name {get;}

Return Value

string

AlgoKind

Summary

Gets algorithm kind.

Signature

1
public abstract AlgoKind AlgoKind {get;}

Return Value

AlgoKind

Related Tutorials

ProjectFilePath

Summary

Gets algorithm project file ".csproj" path if it has source code, otherwise null.

Signature

1
public abstract string ProjectFilePath {get;}

Return Value

string