רשימת בדיקת גבולות

רשימת בדיקת גבולות

סקירה

BoundsCheckableList היא מחלקה ב‑Aspose.PDF FOSS עבור .NET.
יורשת מ: System.Collections.Generic.IEnumerable<T>.

רשימה של T שמאכיפה באופן אופציונלי את גבולות המכולה בעת ההוספה.

מחלקה זו מספקת 13 שיטות לעבודה עם אובייקטים מסוג BoundsCheckableList בתוכניות .NET.
השיטות הזמינות כוללות: Add, BoundsCheckableList, Clear, Contains, CopyTo, GetEnumerator, IndexOf, Insert, Remove, RemoveAt, UpdateBoundsCheckMode.
כל החברים הציבוריים נגישים לכל יישום .NET לאחר התקנת חבילת Aspose.PDF FOSS for .NET.
מאפיינים: Count, IsReadOnly.

מאפיינים

שםסוגגישהתיאור
Countintקריאהמקבל את הספירה.
IsReadOnlyboolקריאהמקבל האם קריאה בלבד.

שיטות

חתימהתיאור
BoundsCheckableList()קורא ל‑BoundsCheckableList במופע ה‑BoundsCheckableList הזה.
BoundsCheckableList(boundsCheckMode: BoundsCheckMode, containerWidth: double, containerHeight: double)
Add(item: T)קורא ל‑Add במופע ה‑BoundsCheckableList הזה.
Clear()קורא ל‑Clear במופע ה‑BoundsCheckableList הזה.
Contains(item: T)קורא ל‑Contains במופע ה‑BoundsCheckableList הזה.
CopyTo(array: T[], arrayIndex: int)קורא ל‑CopyTo במופע ה‑BoundsCheckableList הזה.
IndexOf(item: T)קורא ל‑IndexOf במופע ה‑BoundsCheckableList הזה.
Insert(index: int, item: T)קורא ל‑Insert במופע ה‑BoundsCheckableList הזה.
Remove(item: T)קורא ל‑Remove במופע ה‑BoundsCheckableList הזה.
RemoveAt(index: int)קורא ל‑RemoveAt במופע ה‑BoundsCheckableList הזה.
UpdateBoundsCheckMode(boundsCheckMode: BoundsCheckMode)החלף את מצב בדיקת הגבולות ללא שינוי המכולה.
UpdateBoundsCheckMode(boundsCheckMode: BoundsCheckMode, containerWidth: double, containerHeight: double)החלף את מצב בדיקת הגבולות ואת ממדי המכולה.
GetEnumerator()קורא ל‑GetEnumerator במופע ה‑BoundsCheckableList הזה.

ראה גם

 עברית