Beispiel #1
0
 protected virtual string AlgorithmName(AlgorithmType algorithmType)
 {
     return(PluginSupportedAlgorithms.AlgorithmName(algorithmType));
 }
Beispiel #2
0
 protected virtual string AlgorithmName(AlgorithmType algorithmType) => PluginSupportedAlgorithms.AlgorithmName(algorithmType);