5#if defined(_MSC_VER) && __cplusplus < 202302L
6# pragma message("Deprecated : Replaced by #include <xtd/collection/specialized/string_collection.h> - Will be removed in version 0.4.0.")
8# warning "Deprecated : Replaced by #include <xtd/collection/specialized/string_collection.h> - Will be removed in version 0.4.0."
15 namespace collections {
17 namespace specialized {
Represents a strongly typed list of objects that can be accessed by index. Provides methods to search...
Definition list.h:71
xtd::collections::generic::list< xtd::string > string_collection
Represents a collection of strings.
Definition string_collection.h:27
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::collections::specialized::string_collection typedef.