xtd
1.0.0
Toggle main menu visibility
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:80
xtd::collections::specialized::string_collection
xtd::collections::generic::list< xtd::string > string_collection
Represents a collection of strings.
Definition
string_collection.hpp:27
list.hpp
Contains xtd::collections::generic::list <type_t> class.
xtd::collections::specialized
The xtd::collections::specialized namespace contains specialized and strongly-typed collections; for ...
Definition
ordered_dictionary.hpp:14
xtd::collections
The xtd::collections namespace contains interfaces and classes that define various collections of obj...
Definition
any_pair.hpp:10
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
string.hpp
Contains xtd::string alias.
Generated on
for xtd by
Gammasoft
. All rights reserved.