طريقة System::Array::cbegin
Array::cbegin method
يعيد مكرِّرًا إلى العنصر الأول المؤهل بـ const في الحاوية. إذا كانت الحاوية فارغة، فإن المكرِّر المعاد سيكون مساويًا لـ cend().
const_iterator System::Array<T>::cbegin() const noexcept
ReturnValue
مكرِّر يشير إلى العنصر الأول المؤهل بـ const في الحاوية.
انظر أيضًا
- Typedef const_iterator
- Class Array
- Namespace System
- Library Aspose.Font for C++