System::Collections::CollectionBase::get_Count-metod
CollectionBase::get_Count method
Returnerar antalet element som finns i samlingsinstansen. Denna metod kan inte åsidosättas.
int32_t System::Collections::CollectionBase<T>::get_Count()
ReturnValue
Antalet element som finns i samlingsinstansen. Att hämta värdet för denna metod är en O(1)-operation.
Se även
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++