xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
collections
specialized
string_collection.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "../generic/list.hpp"
6
#include "../../string.hpp"
7
9
namespace
xtd
{
11
namespace
collections {
13
namespace
specialized {
27
using
string_collection
=
xtd::collections::generic::list<xtd::string>
;
28
}
29
}
30
}
xtd::collections::generic::list
Represents a strongly typed list of objects that can be accessed by index. Provides methods to search...
Definition
list.hpp:71
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
xtd_about_box.hpp:10
Generated on Sun Dec 1 2024 09:51:04 for xtd by
Gammasoft
. All rights reserved.