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