示例#1
0
 /// <summary>Enumerate funds</summary>
 public IEnumerator <IBalance> GetEnumerator()
 {
     return(Funds.GetEnumerator());
 }