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