หน้าแรก
หน้าแรก
หากต้องการตรวจสอบว่าอาร์เรย์ซิงโครไนซ์หรือไม่ รหัสจะเป็นดังนี้ - ตัวอย่าง using System; public class Demo { public static void Main() { string[] products = new string[] { }; Console.WriteLine("One or more planets begin with 'E'? = {
หากต้องการตรวจสอบว่าเธรดอยู่ในพูลเธรดที่มีการจัดการหรือไม่ รหัสจะเป็นดังนี้ - ตัวอย่าง ใช้ System; โดยใช้ System.Threading; สาธิตคลาสสาธารณะ { โมฆะสาธารณะแบบคงที่ Main () { เธรดเธรด =เธรดใหม่ (เธรดเริ่มต้นใหม่ (สาธิต)); thread.Start(); } โมฆะโมฆะสาธารณะสาธารณะ () { Console.WriteLine (เธรดเป็นของเธรด
ในการแปลงเวลาไฟล์ Windows ที่ระบุเป็นเวลาท้องถิ่นที่เทียบเท่า รหัสจะเป็นดังนี้ - ตัวอย่าง using System; public class Demo { public static void Main() { DateTimeOffset offset = DateTimeOffset.FromFileTime(0); Console.WriteLine("DateTimeOffse
ในการรับชื่อของสมาชิกของประเภทการแจงนับปัจจุบัน รหัสจะเป็นดังนี้ - ตัวอย่าง using System; public class Demo { enum Vehicle {Car, Bus, Bike} public static void Main() { try { Type type = typeof(string); &nb
ในการส่งคืนประเภทพื้นฐานของประเภทการแจงนับปัจจุบัน รหัสจะเป็นดังนี้ - ตัวอย่าง using System; public class Demo { enum Vehicle {Car, Bus, Bike, Airplane} public static void Main() { try { Vehicle v = Vehicle.Bike;
ในการรับ ICollection ที่มีคีย์ใน OrderedDictionary รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections; using System.Collections.Specialized; public class Demo { public static void Main() { OrderedDictionary dict = new OrderedDictionary(); &nbs
ในการตรวจสอบว่า HashSet และคอลเลกชันที่ระบุมีองค์ประกอบเหมือนกันหรือไม่ โค้ดจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections.Generic; public class Demo { public static void Main() { HashSet<string> set1 = new HashSet<string>();  
มาดูตัวอย่างกันเพื่อรับ Union of two HashSet ตัวอย่าง using System; using System.Collections.Generic; public class Demo { public static void Main(){ HashSet<int> set1 = new HashSet<int>(); set1.Add(100); set1.Add
คลาส BitArray จัดการอาร์เรย์ขนาดเล็กของค่าบิต ซึ่งแสดงเป็นบูลีน โดยที่ true ระบุว่าบิตเปิดอยู่ (1) และ false ระบุว่าบิตปิดอยู่ (0) ตารางต่อไปนี้แสดงวิธีการที่ใช้กันทั่วไปของคลาส BitArray - ซีเนียร์ วิธีการ &คำอธิบาย 1 BitArray สาธารณะและ(ค่า BitArray); ดำเนินการระดับบิตและดำเนินการกับองค์ประกอบใ
เพื่อให้ได้ความจุของรายการ รหัสจะเป็นดังนี้ − ตัวอย่าง using System; using System.Collections.Generic; public class Demo { public static void Main(String[] args){ List<string> list1 = new List<string>(); list1.Add("One"); &
ในการแปลงค่าของวัตถุ DateTime ปัจจุบันเป็น Coordinated Universal Time (UTC) รหัสจะเป็นดังนี้ - ตัวอย่าง using System; public class Demo { public static void Main() { DateTime d = new DateTime(2019, 12, 11, 7, 11, 25); Console.WriteLine("Dat
ในการแปลงการแสดงสตริงที่ระบุของค่าตรรกะให้เทียบเท่าบูลีน รหัสจะเป็นดังนี้ - ตัวอย่าง using System; public class Demo { public static void Main(){ bool val; bool flag; val = Boolean.TryParse("true", out flag);  
ในการรับรหัสแฮชสำหรับอินสแตนซ์ทศนิยมปัจจุบัน รหัสจะเป็นดังนี้ - ตัวอย่าง using System; public class Demo { public static void Main(){ Decimal val = 135269.38193M; Console.WriteLine("Decimal Value = {0}", val); Cons
ในการรับ TypeCode สำหรับประเภทค่า Decimal รหัสจะเป็นดังนี้ − ตัวอย่าง using System; public class Demo { public static void Main(){ Decimal val = Decimal.MaxValue; Console.WriteLine("Decimal Value = {0}", val); Cons
ในการแปลงค่าของทศนิยมที่ระบุให้เป็นจำนวนเต็ม 8 บิตที่ไม่มีเครื่องหมายเทียบเท่า รหัสจะเป็นดังนี้ - ตัวอย่าง using System; public class Demo { public static void Main(){ Decimal val1 = 6.59m; Decimal val2 = 30.12m; Decimal val
ในการตรวจสอบว่าอักขระ Unicode เป็นอักขระตัวคั่นหรือไม่ รหัสจะเป็นดังนี้ − ตัวอย่าง using System; public class Demo { public static void Main(){ bool res; char val = ','; Console.WriteLine("Value = "+val); &
เพื่อให้ได้ความจุของ SortedList รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections; public class Demo { public static void Main(String[] args){ SortedList sortedList = new SortedList(); sortedList.Add("A", "1"
หากต้องการตรวจสอบว่า SortedSet และคอลเลกชันที่ระบุใช้องค์ประกอบร่วมกันหรือไม่ รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections.Generic; public class Demo { public static void Main() { SortedSet<int> set1 = new SortedSet<int>(); &
ในการรับหรือตั้งค่าดัชนีที่ระบุใน StringCollection รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections.Specialized; public class Demo { public static void Main() { StringCollection strCol = new StringCollection(); String[] strArr
ในการรับหรือตั้งค่าองค์ประกอบที่ดัชนีที่ระบุในคอลเลกชัน รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections.ObjectModel; public class Demo { public static void Main() { Collection<string> col = new Collection<string>();