コード例 #1
0
ファイル: XmrStakRx.cs プロジェクト: souu2222/hello-world
 protected virtual string AlgorithmName(AlgorithmType algorithmType)
 {
     return(PluginSupportedAlgorithms.AlgorithmName(algorithmType));
 }
コード例 #2
0
 protected virtual string AlgorithmName(AlgorithmType algorithmType) => PluginSupportedAlgorithms.AlgorithmName(algorithmType);