|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
Manipulates arrays of primitive types at byte-level boundaries. More...
#include "Common.h"#include "System/Object.h"#include "System/Array.h"#include "System/Char.h"#include "System/ArgumentException.h"#include "System/ArgumentNullException.h"#include "System/ArgumentOutOfRangeException.h"Go to the source code of this file.
Classes | |
| class | DotNetDupe::System::Buffer |
| Manipulates arrays of primitive types efficiently at the byte level. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
Typedefs | |
| using | DotNetDupe::System::byte = unsigned char |
Manipulates arrays of primitive types at byte-level boundaries.
Standard Citation: ECMA-335 CLI Common Language Infrastructure.
Definition in file Buffer.h.