using System;
using System.Collections.Generic;//generic sınfılar için eklemek zorundayız
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication3
{
...
using System;
using System.Collections.Generic;//bu sınıfı eklemek zorundayız
/*
* şablon türler sınıf, metot yada temsilci başında herhangi bir üye elemanın tipinin bildirim ...
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace delegateAlanHesaplama
{
/* 4 işlemi delegateler ...
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
/*
*Event ile bir olay ile birden çok olayın tetiklenmesi sağlanabilir. ...
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication5
{
public delegate int mydelegate(ref ...
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
//delegate metotların referansıdır.
//event
//bşir olay gerçekleştiğinde ...
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication7
{
/* Personel adında sınıf ...
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
/*
* bir indexer nesnelere dizi gibi davranılmasını sağlar. ...
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication4
{
//interfacelerin kullanımı ...
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication1
{
/*Calisan isminde arayüz sınıf oluşturun.
* calis isminde ...
Son Yorumlar