BoundsCheckableList

BoundsCheckableList

개요

BoundsCheckableList은 .NET용 Aspose.PDF FOSS의 클래스입니다. 상속 대상: System.Collections.Generic.IEnumerable<T>.

삽입 시 선택적으로 컨테이너 경계를 적용하는 T 목록.

이 클래스는 .NET 프로그램에서 BoundsCheckableList 객체를 작업하기 위한 13개의 메서드를 제공합니다. 사용 가능한 메서드에는: Add, BoundsCheckableList, Clear, Contains, CopyTo, GetEnumerator, IndexOf, Insert, Remove, RemoveAt, UpdateBoundsCheckMode가 포함됩니다. 모든 public 멤버는 Aspose.PDF FOSS for .NET 패키지를 설치한 후 모든 .NET 애플리케이션에서 접근할 수 있습니다. 속성: Count, IsReadOnly.

속성

이름유형액세스설명
Countint읽기카운트를 가져옵니다.
IsReadOnlybool읽기읽기 전용 여부를 가져옵니다.

방법

SignatureDescription
BoundsCheckableList()이 BoundsCheckableList 인스턴스에서 BoundsCheckableList를 호출합니다.
BoundsCheckableList(boundsCheckMode: BoundsCheckMode, containerWidth: double, containerHeight: double)
Add(item: T)이 BoundsCheckableList 인스턴스에서 Add를 호출합니다.
Clear()이 BoundsCheckableList 인스턴스에서 Clear를 호출합니다.
Contains(item: T)이 BoundsCheckableList 인스턴스에서 Contains를 호출합니다.
CopyTo(array: T[], arrayIndex: int)이 BoundsCheckableList 인스턴스에서 CopyTo를 호출합니다.
IndexOf(item: T)이 BoundsCheckableList 인스턴스에서 IndexOf를 호출합니다.
Insert(index: int, item: T)이 BoundsCheckableList 인스턴스에서 Insert를 호출합니다.
Remove(item: T)이 BoundsCheckableList 인스턴스에서 Remove를 호출합니다.
RemoveAt(index: int)이 BoundsCheckableList 인스턴스에서 RemoveAt를 호출합니다.
UpdateBoundsCheckMode(boundsCheckMode: BoundsCheckMode)컨테이너를 변경하지 않고 bounds-check 모드를 전환합니다.
UpdateBoundsCheckMode(boundsCheckMode: BoundsCheckMode, containerWidth: double, containerHeight: double)bounds-check 모드와 컨테이너 차원을 전환합니다.
GetEnumerator()이 BoundsCheckableList 인스턴스에서 GetEnumerator를 호출합니다.

참고

 한국어