Class BoundsCheckableListT
BoundsCheckableList<T> class
تمثل BoundsCheckableList - غلاف حول System.Collections.Generic.List.
public class BoundsCheckableList<T> : IList<T>
where T : IBoundsCheckableItem
Constructors
Properties
| Name | Description |
|---|
| Count { get; } | يحصل على عدد العناصر الموجودة في System.Collections.Generic.List. |
| IsReadOnly { get; } | يحصل على القيمة التي تشير إلى ما إذا كانت المجموعة للقراءة فقط. |
| Item { get; set; } | يحصل على فقرة من أو إلى المجموعة أو يحددها. |
Methods
| Name | Description |
|---|
| Add(T) | يضيف كائنًا إلى نهاية System.Collections.Generic.List اعتمادًا على معلمة “boundsCheckMode”. |
| Clear() | يزيل جميع العناصر من System.Collections.Generic.List. |
| Contains(T) | يحدد ما إذا كان عنصر موجودًا في System.Collections.Generic.List. |
| CopyTo(T[], int) | |
| GetEnumerator() | يعيد عدادًا يتكرر عبر System.Collections.Generic.List. |
| IndexOf(T) | يبحث عن الكائن المحدد ويعيد الفهرس القائم على الصفر لأول ظهور ضمن System.Collections.Generic.List بالكامل. |
| Insert(int, T) | يُدخل عنصرًا في System.Collections.Generic.List عند الفهرس المحدد. |
| Remove(T) | يزيل أول ظهور لكائن محدد من System.Collections.Generic.List. |
| RemoveAt(int) | يزيل العنصر عند الفهرس المحدد من System.Collections.Generic.List. |
| UpdateBoundsCheckMode(BoundsCheckMode) | يقوم بتحديث معلمة boundsCheckMode للمجموعة التي تم تهيئتها. |
| UpdateBoundsCheckMode(BoundsCheckMode, double, double) | يقوم بتحديث معلمة boundsCheckMode للمجموعة التي تم تهيئتها. |
See Also