System::Collections::Generic::BaseDictionary::cbegin メソッド

BaseDictionary::cbegin method

コンテナの最初の要素へのイテレータを返します。STL スタイルで実装されています。コンテナが空の場合、返されるイテレータは end() と同等になります。

stl_const_iterator System::Collections::Generic::BaseDictionary<Map>::cbegin() const noexcept

ReturnValue

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

参照