C# Vize + Final Ders Notları 14 – Temsilci(Delegate) – 2
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication5
{
public delegate int mydelegate(ref ...
C# Vize + Final Ders Notları 12 – indexer Örnek
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ConsoleApplication7
{
/* Personel adında sınıf ...






Son Yorumlar