System::Collections::Generic::BaseDictionary::cbegin metodo
BaseDictionary::cbegin method
Restituisce un iteratore al primo elemento del contenitore. Implementato in stile STL. Se il contenitore è vuoto, l’iteratore restituito sarà uguale a end().
stl_const_iterator System::Collections::Generic::BaseDictionary<Map>::cbegin() const noexcept
ReturnValue
Un iteratore che punta al primo elemento qualificato come const della collezione.
Vedi anche
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Font for C++