|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Provides methods for creating, manipulating, searching, and sorting arrays. More...
#include "Common.h"#include "System/Object.h"#include "System/ArgumentException.h"#include "System/ArgumentOutOfRangeException.h"#include "System/Predicate.h"#include "System/Action.h"#include "System/String.h"#include <new>#include <initializer_list>#include <utility>#include <cstddef>Go to the source code of this file.
Classes | |
| class | DotNetDupe::System::Array< T > |
| Provides methods for creating, manipulating, searching, and sorting arrays, thereby serving as the base class for all arrays in the common language runtime. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
Provides methods for creating, manipulating, searching, and sorting arrays.
Standard Citation: ECMA-335 CLI Common Language Infrastructure.
Definition in file Array.h.