コード例 #1
0
ファイル: Blockchain.cs プロジェクト: zergon321/SimpleCoin
 public IEnumerator <Block> GetEnumerator() => storedChain.GetEnumerator();