コード例 #1
0
 public Block GetBlock(int index)
 {
     return(_chain.ElementAtOrDefault(index));
 }