Esempio n. 1
0
        static void Main(string[] args)
        {
            PirmaKlase             klase    = new PirmaKlase();
            IPirmasisManoInterface inter    = klase;
            IManoAntrasisInterface interr   = klase;
            IEnumerable <int>      duomenys = new int[10];

            duomenys = new List <int>();
        }
Esempio n. 2
0
 public ElementasInterface(IPirmasisManoInterface elementas)
 {
 }