BoundsCheckableList
סקירה כללית
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 עבור חבילת .Net. רכוש : Count, IsReadOnly.
מאפיינים
| שם | סוג | Access | תיאור |
|---|---|---|---|
Count | int | קראו | מקבל את הספירה. |
IsReadOnly | bool | קראו | מקבל את ערך קריאה‑בלבד. |
שיטות
| Signature | תיאור |
|---|---|
BoundsCheckableList() | צלצול BoundsCheckableList על האינדקס הזה BoundsCheckableList. |
BoundsCheckableList(boundsCheckMode: BoundsCheckMode, containerWidth: double, containerHeight: double) | התקשר BoundsCheckableList(boundsCheckMode, containerWidth, ContainerHeight) על האינדקס הזה BoundsCheckableList. |
Add(item: T) | צלצול להוסיף(תוכן) על האינדקס הזה BoundsCheckableList. |
Clear() | צלצול ברור על האינדקס הזה BoundsCheckableList. |
Contains(item: T) | קוראים תוכן(תכנים) על זה BoundsCheckableList דוגמה. |
CopyTo(array: T[], arrayIndex: int) | צלצול CopyTo(ארה, arrayIndex) על ההדפסה הזו BoundsCheckableList. |
IndexOf(item: T) | צלצול IndexOf(תוכן) על האינדקס הזה BoundsCheckableList. |
Insert(index: int, item: T) | התקשר Insert(index, item) על האינדקס הזה BoundsCheckableList. |
Remove(item: T) | צלצול להסיר(תוכן) על זה BoundsCheckableList יישום. |
RemoveAt(index: int) | צלצול RemoveAt(index) על האינדקס הזה BoundsCheckableList. |
UpdateBoundsCheckMode(boundsCheckMode: BoundsCheckMode) | החלפת מצב הגבולות-צ’ק ללא שינוי המכולת. |
UpdateBoundsCheckMode(boundsCheckMode: BoundsCheckMode, containerWidth: double, containerHeight: double) | החלפת מצב הגבולות-הצפייה ואת מידימות המכולת. |
GetEnumerator() | צלצול GetEnumerator על האינדקס הזה BoundsCheckableList. |