top of page
This site was designed with the
.com
website builder. Create your website today.
Start Now
3squeci
O site que você nunca vai lembrar.
Webmaster Login
Principal
Conexão com mysql
Fibonnaci
Videos
Xadrez
Doações
JavaScript
Mascara Celular (9XXXX-XXXX)
Databases
SQL
C#
Criando GridViwer
DataTable GridViewer remover linha
ArrayList agrupado
Downloads
VirtualBox 4.2.6 para Windows
Biblioteca de conexão do banco mysql com
More
Use tab to navigate through the menu items.
ArrayList lista = new ArrayList();
lista.Add(10);
lista.Add(10);
lista.Add(30);
lista.Add(30);
int total = lista.Count;
int agrupado = lista.Cast<object>().Distinct().Count();
// total = 4
// agrupado = 2
bottom of page