System::Collections::Specialized::StringCollection::cend method
StringCollection::cend method
Retourneert een iterator naar het element dat volgt op het laatste element van de container. Dit element fungeert als een placeholder; proberen er toegang toe te krijgen resulteert in ongedefinieerd gedrag.
const_iterator System::Collections::Specialized::StringCollection::cend() const noexcept
ReturnValue
Een iterator die wijst naar het theoretisch const-gekwalificeerde element dat zich na het laatste element van de container bevindt.
Zie ook
- Typedef const_iterator
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++