طريقة System::Collections::ObjectModel::Collection::operator[]
Collection::operator method
يحصل على القيمة في الفهرس المحدد.
T & System::Collections::ObjectModel::Collection<T>::operator[](int index)
| معامل | نوع | الوصف |
|---|---|---|
| الفهرس | int | الفهرس للحصول على القيمة منه. |
ReturnValue
إشارة إلى قيمة موجودة في الفهرس المحدد.
انظر أيضًا
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Font for C++
Collection::operator const method
يحصل على القيمة في الفهرس المحدد.
const T & System::Collections::ObjectModel::Collection<T>::operator[](int index) const
| معامل | نوع | الوصف |
|---|---|---|
| الفهرس | int | الفهرس للحصول على القيمة منه. |
ReturnValue
إشارة ثابتة إلى قيمة موجودة في الفهرس المحدد.
انظر أيضًا
- Class Collection
- Namespace System::Collections::ObjectModel
- Library Aspose.Font for C++