System::Collections::CollectionBase::get_Count 方法
CollectionBase::get_Count method
返回集合实例中包含的元素数量。此方法不能被重写。
int32_t System::Collections::CollectionBase<T>::get_Count()
ReturnValue
集合实例中包含的元素数量。检索此方法的值是 O(1) 操作。
另见
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++