หน้าแรก
หน้าแรก
ในการรับ HashCode สำหรับสตริง รหัสจะเป็นดังนี้ รหัสจะเป็นดังนี้ - ตัวอย่าง using System; public class Demo { public static void Main(String[] args) { string str1 = "Akon"; string str2 = "Eminem"; Console.
ในการรับตัวแจงนับที่วนซ้ำผ่าน HashSet รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections.Generic; public class Demo { public static void Main(String[] args) { HashSet<string> set1 = new HashSet<string>(); set1.Add(&qu
เพื่อตรวจสอบว่า ListDictionary มีคีย์เฉพาะหรือไม่ รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections; using System.Collections.Specialized; public class Demo { public static void Main() { ListDictionary dict1 = new ListDictionary(); &n
เพื่อตรวจสอบว่า ListDictionary มีขนาดคงที่หรือไม่ รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections; using System.Collections.Specialized; public class Demo { public static void Main() { ListDictionary dict1 = new ListDictionary(); &nb
ในการตรวจสอบว่าวัตถุ SortedList มีการซิงโครไนซ์หรือไม่ รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections; public class Demo { public static void Main() { SortedList list = new SortedList(); list.Add("1", "One"
เพื่อตรวจสอบว่า StringDictionary ซิงโครไนซ์หรือไม่ รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections; using System.Collections.Specialized; public class Demo { public static void Main() { StringDictionary strDict1 = new StringDictionary(); &n
เพื่อตรวจสอบว่า ArrayList ซิงโครไนซ์หรือไม่ รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections; public class Demo { public static void Main(String[] args) { ArrayList list1 = new ArrayList(); list1.Add("A"); &nbs
ในการตรวจสอบว่า ArrayList มีขนาดคงที่หรือไม่ รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections; public class Demo { public static void Main(String[] args) { ArrayList list1 = new ArrayList(); list1.Add("One"); &
ในการสร้างเสื้อคลุมที่ซิงโครไนซ์สำหรับ ArrayList รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections; public class Demo { public static void Main() { ArrayList arrList = new ArrayList(); arrList.Add("AB");
ในการสร้างแรปเปอร์แบบซิงโครไนซ์สำหรับ Hashtable รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections; public class Demo { public static void Main() { Hashtable hash = new Hashtable(); hash.Add("1", "AB");
ในการสร้าง ArrayList โดยระบุความจุเริ่มต้น รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections; public class Demo { public static void Main(String[] args) { ArrayList list1 = new ArrayList(5); list1.Add("A"); &nbs
ในการสร้าง HybridDictionary ที่คำนึงถึงขนาดตัวพิมพ์ที่ว่างเปล่า รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections; using System.Collections.Specialized; public class Demo { public static void Main() { HybridDictionary dict = new HybridDictionary(fal
ในการสร้าง HybridDictionary ที่ว่างเปล่าพร้อมความไวของตัวพิมพ์เล็กและตัวพิมพ์ใหญ่ที่ระบุ รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections; using System.Collections.Specialized; public class Demo { public static void Main() { HybridDictionary myDict
ในการตรวจสอบว่า ArrayList เป็นแบบอ่านอย่างเดียวหรือไม่ โค้ดจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections; public class Demo { public static void Main(String[] args) { ArrayList list1 = new ArrayList(); list1.Add("ABC")
ในการรับค่าที่ดัชนีที่ระบุของวัตถุ SortedList รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections; public class Demo { public static void Main(String[] args) { SortedList list = new SortedList(); list.Add("A", "Jaco
ในการรับค่าในวัตถุ SortedList รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections; public class Demo { public static void Main(String[] args) { SortedList list = new SortedList(); list.Add(1, "One");
หากต้องการตรวจสอบว่า SortedSet และคอลเลกชันที่ระบุมีองค์ประกอบเหมือนกันหรือไม่ รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections.Generic; public class Demo { public static void Main() { SortedSet<int> set1 = new SortedSet<int>();
ในการรับวัตถุ IDictionaryEnumerator ใน OrderedDictionary รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections; using System.Collections.Specialized; public class Demo { public static void Main() { OrderedDictionary dict = new OrderedDictionary();  
ในการรับวัตถุที่ด้านบนสุดของ Stack โค้ดจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections.Generic; public class Demo { public static void Main() { Stack<string> stack = new Stack<string>(); stack.Push("A"); &nbs
หากต้องการตรวจสอบว่า BitArray เป็นแบบอ่านอย่างเดียวหรือไม่ รหัสจะเป็นดังนี้ - ตัวอย่าง using System; using System.Collections; public class Demo { public static void Main() { BitArray arr1 = new BitArray(2); BitArray arr2 = new BitArray(2); &nbs