c# tilida kortej yaratish
Page preview (5 pages)
Scroll down 👇
About "c# tilida kortej yaratish"
1. c# tilida kortej qanday e’lon qilinadi? =tuple mytuple = new tuple(); =var tuple = new tuple (); =var tuple = (1, "hello"); =var tuple = new[] { 1, "hello" }; 2. c# kortej elementiga qanday murojaat qilinadi? =tuple.element1 =tuple.item1 =tuple[0] =tuple->item1 3. quyidagilardan qaysi biri c# da kortej yaratishning to‘g‘ri usuli? =var person = ("john", 25); =tuple person = ("john", 25); =var person = new[] { "john", 25 }; =var person = tuple("john", 25); 4. kortej elementlarini nomlash qanday amalga oshiriladi? =var tuple = (string name = "john", int age = 25); =var tuple = (name: "john", age: 25); =var tuple = ("john": name, 25: age); =var tuple = tuple(name: "john", age: 25); 5. kortej elementlariga nom orqali qanday …
This file contains 6 pages in DOCX format (29.7 KB). To download "c# tilida kortej yaratish", click the Telegram button on the left.