Şimdi Ara

c# simple code for training

Daha Fazla
Bu Konudaki Kullanıcılar: Daha Az
2 Misafir - 2 Masaüstü
5 sn
1
Cevap
0
Favori
252
Tıklama
Daha Fazla
İstatistik
  • Konu İstatistikleri Yükleniyor
0 oy
Öne Çıkar
Sayfa: 1
Giriş
Mesaj
  • collections : arraylist ve capacity

    code test : video.

    http://www.wupload.com/file/58078549/training1.rar


     
    simple code :

    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Linq;
    using System.Text;
    using System.Windows.Forms;
    using System.Collections;

    namespace WindowsFormsApplication82
    {
    public partial class Form1 : Form
    {
    public Form1()
    {
    InitializeComponent();
    }
    ArrayList test = new ArrayList();

    private void button1_Click(object sender, EventArgs e)
    {

    MessageBox.Show("Capacity " + test.Capacity.ToString());
    }
    }
    }




    < Bu mesaj bu kişi tarafından değiştirildi aswra1 -- 18 Temmuz 2011; 12:16:46 >







  • Yapay Zeka’dan İlgili Konular
    Daha Fazla Göster
    
Sayfa: 1
- x
Bildirim
mesajınız kopyalandı (ctrl+v) yapıştırmak istediğiniz yere yapıştırabilirsiniz.