System::Collections::Generic::BaseDictionary::_add_range method
BaseDictionary::_add_range method
C++ specific.
void System::Collections::Generic::BaseDictionary<Map>::_add_range(std::initializer_list<typename Map::value_type> list)
Parameter | Type | Description |
---|---|---|
list | std::initializer_list<typename Map::value_type> | Range to insert into container. |
See Also
- Class BaseDictionary
- Namespace System::Collections::Generic
- Library Aspose.PUB for C++