System::Collections::Generic::BaseDictionary::begin メソッド
BaseDictionary::begin method
コンテナのキーと値の要素の KVPair ラッパーへのイテレータを返します。C# スタイルで実装されており、イテレータは get_Key() と get_Value() インターフェイスを持つ KVPair オブジェクトを返すべきです。コンテナが空の場合、返されるイテレータは end() と等しくなります。
const_iterator System::Collections::Generic::BaseDictionary<Map>::begin() const noexcept
ReturnValue
コレクションの最初の要素を指すイテレータ。
参照
- Typedef const_iterator
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++