|
DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
|
#include "Common.h"#include "System/Object.h"#include "System/Array.h"#include "System/ArgumentException.h"#include "System/InvalidOperationException.h"#include "System/HashHelper.h"#include <new>#include <utility>Go to the source code of this file.
Classes | |
| class | DotNetDupe::System::Collections::Generic::Dictionary< TKey, TValue > |
| Represents a collection of keys and values. More... | |
| class | DotNetDupe::System::Collections::Generic::Dictionary< TKey, TValue >::Iterator |
| struct | DotNetDupe::System::Collections::Generic::HashHelpers |
| Provides prime modulus capacity calculation for hash-based collections. More... | |
| struct | DotNetDupe::System::Collections::Generic::KeyValuePair< TKey, TValue > |
| Defines a key/value pair that can be set or retrieved. More... | |
Namespaces | |
| namespace | DotNetDupe |
| namespace | DotNetDupe::System |
| namespace | DotNetDupe::System::Collections |
| namespace | DotNetDupe::System::Collections::Generic |