xtd
0.2.0
Loading...
Searching...
No Matches
xtd.core
include
xtd
collections
specialized
string_collection.h
Go to the documentation of this file.
1
4
#pragma once
5
#include "../generic/list.h"
6
#include "../../string.h"
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.h:71
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
xtd_about_box.h:10
Generated on Sun Nov 17 2024 19:43:51 for xtd by
Gammasoft
. All rights reserved.