BoundsCheckableList

BoundsCheckableList

Overview

BoundsCheckableList je třída v Aspose.PDF FOSS pro .NET. Dědici: System.Collections.Generic.IEnumerable<T>.

Seznam T, který na vkládání volitelně uplatňuje hranice kontejneru.

Tato třída poskytuje 13 metod pro práci s BoundsCheckableList objekty v .NET programech. K dispozici jsou následující metody: Add, BoundsCheckableList, Clear, Contains, CopyTo, GetEnumerator, IndexOf, Insert, Remove, RemoveAt, UpdateBoundsCheckMode. Všechny veřejné členy jsou přístupné jakékoli aplikaci .NET po instalaci balíčku Aspose.PDF FOSS pro .Net. Vlastnosti: Count, IsReadOnly.

Properties

NameTypeAccessDescription
CountintRead- Získala jsem to.
IsReadOnlyboolReadDostává jen pro čtení.

Methods

SignatureDescription
BoundsCheckableList()Volá BoundsCheckableList na této instanci BoundsCheckableList .
BoundsCheckableList(boundsCheckMode: BoundsCheckMode, containerWidth: double, containerHeight: double)
Add(item: T)Volání Přidávat na této instanci BoundsCheckableList .
Clear()Volá Clear na této BoundsCheckableList instance.
Contains(item: T)Volání Obsahuje tento BoundsCheckableList instanci.
CopyTo(array: T[], arrayIndex: int)Volá CopyTo na této instanci BoundsCheckableList .
IndexOf(item: T)Volá IndexOf na této instanci BoundsCheckableList .
Insert(index: int, item: T)Volá se Vložit na této instanci BoundsCheckableList .
Remove(item: T)Volá se odstranit na této instanci BoundsCheckableList .
RemoveAt(index: int)Volá RemoveAt na této instanci BoundsCheckableList .
UpdateBoundsCheckMode(boundsCheckMode: BoundsCheckMode)Přepněte režim kontroly hranic bez změny kontejneru.
UpdateBoundsCheckMode(boundsCheckMode: BoundsCheckMode, containerWidth: double, containerHeight: double)Přepněte režim kontroly hranic a rozměry kontejneru.
GetEnumerator()Volá GetEnumerator na této instanci BoundsCheckableList .

See Also

 Čeština