コード例 #1
0
ファイル: Coin.cs プロジェクト: Creepsky/creepHash
 public bool IsMinableWith(Miner miner) => miner.Algorithms.Contains(Algorithm);