System::Collections::Specialized::StringCollection::cbegin メソッド

StringCollection::cbegin method

コンテナの最初の const 修飾要素へのイテレータを返します。コンテナが空の場合、返されるイテレータは cend() と同じになります。

const_iterator System::Collections::Specialized::StringCollection::cbegin() const noexcept

ReturnValue

コンテナの最初の const 修飾要素を指すイテレータ。

参照