xtd
1.0.0
Toggle main menu visibility
Loading...
Searching...
No Matches
xtd.core
include
xtd
argument_collection.hpp
Go to the documentation of this file.
1
4
#pragma once
5
#include "
array.hpp
"
6
8
namespace
xtd
{
19
using
argument_collection
=
xtd::array<xtd::string>
;
20
}
array.hpp
Contains xtd::array class.
xtd::array
Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the ba...
Definition
array.hpp:64
xtd::argument_collection
xtd::array< xtd::string > argument_collection
Represents the collection of arguments passed to the main entry point method.
Definition
argument_collection.hpp:19
xtd
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition
abstract_object.hpp:8
Generated on
for xtd by
Gammasoft
. All rights reserved.