BoundsCheckableList

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 for .Net. คุณสมบัติ: Count, IsReadOnly.

คุณสมบัติ

ชื่อประเภทAccessคําอธิบาย
Countintอ่านรับจำนวน.
IsReadOnlyboolอ่านรับค่า is read only.

วิธีการ

Signatureคําอธิบาย
BoundsCheckableList()เรียก BoundsCheckableList ในตัวอย่างนี้ BoundsCheckableList.
BoundsCheckableList(boundsCheckMode: BoundsCheckMode, containerWidth: double, containerHeight: double)เรียก BoundsCheckableList ((boundsCheckMode, containerWidth, conteneurHeight) ในตัวอย่างนี้ BoundsCheckableList.
Add(item: T)เรียก Add(item) ในตัวอย่าง BoundsCheckableList นี้.
Clear()เรียก Clear ในตัวอย่าง BoundsCheckableList นี้.
Contains(item: T)เรียก Contains(item) ในตัวอย่าง BoundsCheckableList นี้.
CopyTo(array: T[], arrayIndex: int)เรียก CopyTo ((array, arrayIndex) ในตัวอย่างนี้ BoundsCheckableList.
IndexOf(item: T)เรียก IndexOf(item) ในตัวอย่างนี้ BoundsCheckableList.
Insert(index: int, item: T)เรียก Insert ((index, item) ในตัวอย่าง BoundsCheckableList นี้.
Remove(item: T)เรียก Remove(item) ในตัวอย่าง BoundsCheckableList นี้.
RemoveAt(index: int)เรียก RemoveAt(index) ในตัวอย่างนี้ BoundsCheckableList.
UpdateBoundsCheckMode(boundsCheckMode: BoundsCheckMode)เปลี่ยนโหมดตรวจสอบขอบเขต โดยไม่เปลี่ยนถัง.
UpdateBoundsCheckMode(boundsCheckMode: BoundsCheckMode, containerWidth: double, containerHeight: double)เปลี่ยนโหมดตรวจสอบขอบเขตและขนาดของถัง.
GetEnumerator()เรียก GetEnumerator ในตัวอย่างนี้ BoundsCheckableList.

ดูเช่นกัน

 ภาษาไทย