xtd 0.2.0
string_collection.hpp
Go to the documentation of this file.
1
4#pragma once
5#include "../generic/list.hpp"
6#include "../../string.hpp"
7
9namespace xtd {
11 namespace collections {
29 }
30}
Represents a strongly typed list of objects that can be accessed by index. Provides methods to search...
Definition list.hpp:79
xtd::collections::generic::list< xtd::string > string_collection
Represents a collection of strings.
Definition string_collection.hpp:27
Contains xtd::collections::generic::list <value_t> class.
The xtd::collections::specialized namespace contains specialized and strongly-typed collections; for ...
Definition string_collection.hpp:13
The xtd::collections namespace contains interfaces and classes that define various collections of obj...
Definition any_pair.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Contains xtd::string alias.