Example #1
0
 public int GetTotalTransactionCount()
 {
     return(Chains.Sum(x => (int)x.TransactionCount));
 }