BoundsCheckableList

BoundsCheckableList

Overview

BoundsCheckableList is a class in Aspose.PDF FOSS for .NET. Inherits from: System.Collections.Generic.IEnumerable<T>.

A list of T that optionally enforces container bounds on insertion.

This class provides 13 methods for working with BoundsCheckableList objects in .NET programs. Available methods include: Add, BoundsCheckableList, Clear, Contains, CopyTo, GetEnumerator, IndexOf, Insert, Remove, RemoveAt, UpdateBoundsCheckMode. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Count, IsReadOnly.

Properties

NameTypeAccessDescription
CountintReadGets the count.
IsReadOnlyboolReadGets the is read only.

Methods

SignatureDescription
BoundsCheckableList()Calls BoundsCheckableList on this BoundsCheckableList instance.
BoundsCheckableList(boundsCheckMode: BoundsCheckMode, containerWidth: double, containerHeight: double)Calls BoundsCheckableList(boundsCheckMode, containerWidth, containerHeight) on this BoundsCheckableList instance.
Add(item: T)Calls Add(item) on this BoundsCheckableList instance.
Clear()Calls Clear on this BoundsCheckableList instance.
Contains(item: T)Calls Contains(item) on this BoundsCheckableList instance.
CopyTo(array: T[], arrayIndex: int)Calls CopyTo(array, arrayIndex) on this BoundsCheckableList instance.
IndexOf(item: T)Calls IndexOf(item) on this BoundsCheckableList instance.
Insert(index: int, item: T)Calls Insert(index, item) on this BoundsCheckableList instance.
Remove(item: T)Calls Remove(item) on this BoundsCheckableList instance.
RemoveAt(index: int)Calls RemoveAt(index) on this BoundsCheckableList instance.
UpdateBoundsCheckMode(boundsCheckMode: BoundsCheckMode)Switch the bounds-check mode without changing the container.
UpdateBoundsCheckMode(boundsCheckMode: BoundsCheckMode, containerWidth: double, containerHeight: double)Switch the bounds-check mode and the container dimensions.
GetEnumerator()Calls GetEnumerator on this BoundsCheckableList instance.

See Also

 English