Arma2NETMySQLPlugin.Databases.getSize C# (CSharp) Method

getSize() public method

public getSize ( ) : int
return int
        public int getSize()
        {
            return databaseList.Count();
        }