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++