System::Collections::Specialized::StringCollection::begin method

StringCollection::begin() const method

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

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

ReturnValue

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

参照

StringCollection::begin() method

コンテナの最初の要素へのイテレータを返します。コンテナが空の場合、返されるイテレータは end() と等しくなります。

iterator System::Collections::Specialized::StringCollection::begin() noexcept

ReturnValue

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

参照