BankSystem.Bank.Bank C# (CSharp) Метод

Bank() публичный Метод

public Bank ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public Bank()
        {
            this.accounts = new List<Account>();
            this.accountsCount = 0;
        }

Same methods

Bank::Bank ( List accounts ) : System.Collections.Generic